feat: support get root Logger

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-05-15 15:48:38 +08:00
parent 0b67ddce42
commit 5cd02ac08a
4 changed files with 49 additions and 6 deletions

View File

@ -31,6 +31,7 @@ export namespace server {
getPluginsFolder(): string;
getNativePluginManager(): NativePluginManager;
getNettyPipeline(): any;
getRootLogger(): any;
sendJson(sender: string | any, json: object | string): void;
}
}