Interface OutputChannelRegistryExt

interface OutputChannelRegistryExt {
    createOutputChannel(name, pluginInfo): OutputChannel;
    createOutputChannel(name, pluginInfo, options): LogOutputChannel;
}

Implemented by

Methods