@tigorhutasuhut/telemetry-js - v0.7.3
    Preparing search index...

    Interface Logger

    Structured logger with dual output (stderr + OTLP).

    interface Logger {
        debug(message: string, attrs?: LogAttributes, opts?: LogOptions): void;
        error(message: string, attrs?: LogAttributes, opts?: LogOptions): void;
        info(message: string, attrs?: LogAttributes, opts?: LogOptions): void;
        warn(message: string, attrs?: LogAttributes, opts?: LogOptions): void;
    }
    Index

    Methods