node-logger
    Preparing search index...

    Interface Transport

    interface Transport {
        close?(): void | Promise<void>;
        write(entry: LogEntry): void | Promise<void>;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods

    Methods