Revert "Revert "remove proposed Logger-api, #43275""

This reverts commit 315cce8314.
This commit is contained in:
Johannes Rieken
2018-08-20 15:31:33 +02:00
parent 4bf5813f79
commit 66205890dd
5 changed files with 4 additions and 73 deletions

View File

@@ -10,7 +10,6 @@ import Severity from 'vs/base/common/severity';
import { TPromise } from 'vs/base/common/winjs.base';
import { ExtensionDescriptionRegistry } from 'vs/workbench/services/extensions/node/extensionDescriptionRegistry';
import { IExtensionDescription } from 'vs/workbench/services/extensions/common/extensions';
import { ExtHostLogger } from 'vs/workbench/api/node/extHostLogService';
const hasOwnProperty = Object.hasOwnProperty;
const NO_OP_VOID_PROMISE = TPromise.wrap<void>(void 0);
@@ -27,7 +26,6 @@ export interface IExtensionContext {
extensionPath: string;
storagePath: string;
asAbsolutePath(relativePath: string): string;
logger: ExtHostLogger;
readonly logDirectory: string;
readonly logPath: string;
}