@opentelemetry/api-logs
Advanced tools
Comparing version 0.49.1 to 0.50.0
@@ -5,2 +5,3 @@ export * from './types/Logger'; | ||
export * from './types/LoggerOptions'; | ||
export * from './types/AnyValue'; | ||
export * from './NoopLogger'; | ||
@@ -7,0 +8,0 @@ export * from './NoopLoggerProvider'; |
@@ -20,2 +20,3 @@ /* | ||
export * from './types/LoggerOptions'; | ||
export * from './types/AnyValue'; | ||
export * from './NoopLogger'; | ||
@@ -22,0 +23,0 @@ export * from './NoopLoggerProvider'; |
@@ -1,6 +0,5 @@ | ||
import { AttributeValue, Context, TimeInput } from '@opentelemetry/api'; | ||
export declare type LogAttributeValue = AttributeValue | LogAttributes; | ||
export interface LogAttributes { | ||
[attributeKey: string]: LogAttributeValue | undefined; | ||
} | ||
import { Context, TimeInput } from '@opentelemetry/api'; | ||
import { AnyValue, AnyValueMap } from './AnyValue'; | ||
export declare type LogBody = AnyValue; | ||
export declare type LogAttributes = AnyValueMap; | ||
export declare enum SeverityNumber { | ||
@@ -53,3 +52,3 @@ UNSPECIFIED = 0, | ||
*/ | ||
body?: string; | ||
body?: LogBody; | ||
/** | ||
@@ -56,0 +55,0 @@ * Attributes that define the log record. |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.49.1"; | ||
export declare const VERSION = "0.50.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export var VERSION = '0.49.1'; | ||
export var VERSION = '0.50.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -5,2 +5,3 @@ export * from './types/Logger'; | ||
export * from './types/LoggerOptions'; | ||
export * from './types/AnyValue'; | ||
export * from './NoopLogger'; | ||
@@ -7,0 +8,0 @@ export * from './NoopLoggerProvider'; |
@@ -20,2 +20,3 @@ /* | ||
export * from './types/LoggerOptions'; | ||
export * from './types/AnyValue'; | ||
export * from './NoopLogger'; | ||
@@ -22,0 +23,0 @@ export * from './NoopLoggerProvider'; |
@@ -1,6 +0,5 @@ | ||
import { AttributeValue, Context, TimeInput } from '@opentelemetry/api'; | ||
export declare type LogAttributeValue = AttributeValue | LogAttributes; | ||
export interface LogAttributes { | ||
[attributeKey: string]: LogAttributeValue | undefined; | ||
} | ||
import { Context, TimeInput } from '@opentelemetry/api'; | ||
import { AnyValue, AnyValueMap } from './AnyValue'; | ||
export declare type LogBody = AnyValue; | ||
export declare type LogAttributes = AnyValueMap; | ||
export declare enum SeverityNumber { | ||
@@ -53,3 +52,3 @@ UNSPECIFIED = 0, | ||
*/ | ||
body?: string; | ||
body?: LogBody; | ||
/** | ||
@@ -56,0 +55,0 @@ * Attributes that define the log record. |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.49.1"; | ||
export declare const VERSION = "0.50.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export const VERSION = '0.49.1'; | ||
export const VERSION = '0.50.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -5,2 +5,3 @@ export * from './types/Logger'; | ||
export * from './types/LoggerOptions'; | ||
export * from './types/AnyValue'; | ||
export * from './NoopLogger'; | ||
@@ -7,0 +8,0 @@ export * from './NoopLoggerProvider'; |
@@ -33,2 +33,3 @@ "use strict"; | ||
__exportStar(require("./types/LoggerOptions"), exports); | ||
__exportStar(require("./types/AnyValue"), exports); | ||
__exportStar(require("./NoopLogger"), exports); | ||
@@ -35,0 +36,0 @@ __exportStar(require("./NoopLoggerProvider"), exports); |
@@ -1,6 +0,5 @@ | ||
import { AttributeValue, Context, TimeInput } from '@opentelemetry/api'; | ||
export declare type LogAttributeValue = AttributeValue | LogAttributes; | ||
export interface LogAttributes { | ||
[attributeKey: string]: LogAttributeValue | undefined; | ||
} | ||
import { Context, TimeInput } from '@opentelemetry/api'; | ||
import { AnyValue, AnyValueMap } from './AnyValue'; | ||
export declare type LogBody = AnyValue; | ||
export declare type LogAttributes = AnyValueMap; | ||
export declare enum SeverityNumber { | ||
@@ -53,3 +52,3 @@ UNSPECIFIED = 0, | ||
*/ | ||
body?: string; | ||
body?: LogBody; | ||
/** | ||
@@ -56,0 +55,0 @@ * Attributes that define the log record. |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.49.1"; | ||
export declare const VERSION = "0.50.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.49.1'; | ||
exports.VERSION = '0.50.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/api-logs", | ||
"version": "0.49.1", | ||
"version": "0.50.0", | ||
"description": "Public logs API for OpenTelemetry", | ||
@@ -89,3 +89,3 @@ "main": "build/src/index.js", | ||
"sideEffects": false, | ||
"gitHead": "3920b158d08daa776280bde68a79e44bafa4e8ea" | ||
"gitHead": "5231aa255047fbc6ee3d6a299f4423ab2f8a5fbc" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
164078
147
1789