togezr
Version:
Better together_
11 lines • 347 B
TypeScript
import * as vscode from 'vscode';
export declare class Log {
private channel;
private log;
info: (message: string) => void;
warning: (message: string) => void;
error: (message: string) => void;
setLoggingChannel: (channel: vscode.OutputChannel) => void;
}
export declare const log: Log;
//# sourceMappingURL=logger.d.ts.map