Theia API Documentation v1.65.0
    Preparing search index...

    A channel for containing log output.

    To get an instance of a LogOutputChannel use createOutputChannel.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    logLevel: LogLevel

    The current log level of the channel. Defaults to editor log level.

    name: string

    The name of this output channel.

    onDidChangeLogLevel: Event<LogLevel> = ...

    An Event which fires when the log level of the channel changes.

    onDidChangeLogLevelEmitter: Emitter<LogLevel> = ...
    pluginInfo: PluginInfo

    Methods