A channel for containing log output.

To get an instance of a LogOutputChannel use createOutputChannel.

Hierarchy (view full)

Implements

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