constructor()

in src/logger.ts [28:30]


    constructor(channel: string) {
        this._Output = vscode.window.createOutputChannel(channel);
    }