vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface LogWriter

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

    Implemented by

    Index

    Methods

    Methods

    • Optionally focus the output/log channel to the forground (only for supported channels)

      Returns void | Promise<void>