UNPKG

@opentelemetry/sdk-logs

Version:
11 lines 564 B
import type * as logsAPI from '@opentelemetry/api-logs'; import type { InstrumentationScope } from '@opentelemetry/core'; import { LoggerProviderSharedState } from './internal/LoggerProviderSharedState'; export declare class Logger implements logsAPI.Logger { readonly instrumentationScope: InstrumentationScope; private _sharedState; private readonly _loggerConfig; constructor(instrumentationScope: InstrumentationScope, sharedState: LoggerProviderSharedState); emit(logRecord: logsAPI.LogRecord): void; } //# sourceMappingURL=Logger.d.ts.map