(name: string, fn: (span: Span) => Promise<T>, options?: SpanOptions)
| 24 | warn(message: string, properties?: Record<string, unknown>): void; |
| 25 | error(message: string, properties?: Record<string, unknown>): void; |
| 26 | trace<T>(name: string, fn: (span: Span) => Promise<T>, options?: SpanOptions): Promise<T>; |
| 27 | } |
| 28 | |
| 29 | export class OtelTaskLogger implements TaskLogger { |
no outgoing calls
no test coverage detected