The name of this output channel.
Append the given value to the channel.
Append the given value and a line feed character to the channel.
Removes all output from the channel.
Dispose and free associated resources.
Hide this channel from the UI.
Replaces all output from the channel with the given value.
A string, falsy values will not be printed.
Reveal this channel in the UI.
This argument is deprecated and will be ignored.
When true
the channel will not take focus.
Reveal this channel in the UI.
When true
the channel will not take focus.
An output channel is a container for readonly textual information.
To get an instance of an
OutputChannel
use createOutputChannel.