提交 d43d978b 编写于 作者: S Sandeep Somavarapu

💄

上级 2d01d1c4
......@@ -244,6 +244,7 @@ export class DelegatedLogService extends Disposable implements ILogService {
constructor(private logService: ILogService) {
super();
this._register(logService);
}
get onDidChangeLogLevel(): Event<LogLevel> {
......@@ -281,10 +282,6 @@ export class DelegatedLogService extends Disposable implements ILogService {
critical(message: string | Error, ...args: any[]): void {
this.logService.critical(message, ...args);
}
dispose(): void {
this.logService.dispose();
}
}
export class NullLogService implements ILogService {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册