@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Type Alias LogSink

    LogSink: (entry: LogEntry) => void

    Receives log entries synchronously. Exceptions are swallowed by the Logger; a sink must not be used as a control-flow or delivery-guaranteed channel.

    Type Declaration