Move log level API to env

Moves the log level API to env
This commit is contained in:
Matt Bierner
2018-03-19 12:52:55 -07:00
parent e82ae3cdf1
commit c48acbb1c9
3 changed files with 10 additions and 10 deletions

View File

@@ -211,6 +211,7 @@ export function createApiFactory(
get language() { return Platform.language; },
get appName() { return product.nameLong; },
get appRoot() { return initData.environment.appRoot; },
get logLevel() { return extHostLogService.getLevel(); }
});
// namespace: extensions