createOutputChannel property
({OutputChannel Function(String name, [String? languageId]) $1, LogOutputChannel Function(String name, IInline48 options) $2})
get
createOutputChannel
Overload accessor: $1, $2
Implementation
({
/// Creates a new {@link OutputChanneloutput channel} with the given name and language id
/// If language id is not provided, then **Log** is used as default language id.
///
/// You can access the visible or active output channel as a {@link TextDocumenttext document} from {@link window.visibleTextEditorsvisible editors} or {@link window.activeTextEditoractive editor}
/// and use the language id to contribute language features like syntax coloring, code lens etc.,
/// Creates a new {@link LogOutputChannellog output channel} with the given name.
_i4.OutputChannel Function(
_i2.String name, [
_i2.String? languageId,
]) $1,
/// Creates a new {@link OutputChanneloutput channel} with the given name and language id
/// If language id is not provided, then **Log** is used as default language id.
///
/// You can access the visible or active output channel as a {@link TextDocumenttext document} from {@link window.visibleTextEditorsvisible editors} or {@link window.activeTextEditoractive editor}
/// and use the language id to contribute language features like syntax coloring, code lens etc.,
/// Creates a new {@link LogOutputChannellog output channel} with the given name.
_i4.LogOutputChannel Function(
_i2.String name,
_i6.IInline48 options,
) $2,
}) get createOutputChannel => (
$1: _createOutputChannel$1,
$2: _createOutputChannel$2,
);