Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
OutputChannelRegistryExt
Interface OutputChannelRegistryExt
interface
OutputChannelRegistryExt
{
createOutputChannel
(
name
,
pluginInfo
)
:
OutputChannel
;
createOutputChannel
(
name
,
pluginInfo
,
options
)
:
LogOutputChannel
;
}
Implemented by
OutputChannelRegistryExtImpl
Index
Methods
create
Output
Channel
Methods
create
Output
Channel
create
Output
Channel
(
name
,
pluginInfo
)
:
OutputChannel
Parameters
name
:
string
pluginInfo
:
PluginInfo
Returns
OutputChannel
create
Output
Channel
(
name
,
pluginInfo
,
options
)
:
LogOutputChannel
Parameters
name
:
string
pluginInfo
:
PluginInfo
options
:
{
log
:
true
;
}
log
:
true
Returns
LogOutputChannel
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
create
Output
Channel
Theia TypeDoc
Loading...