fix(core): update

This commit is contained in:
2020-06-08 16:16:54 +00:00
parent 1b4d9b33ef
commit 5fe5c1d315
5 changed files with 150 additions and 455 deletions

View File

@ -1,16 +1,4 @@
import * as plugins from './smartlog.plugins';
import { Smartlog } from './smartlog.classes.smartlog';
const defaultLogger: Smartlog = new Smartlog({
logContext: {
company: 'undefined',
companyunit: 'undefefined',
containerName: 'undefined',
environment: 'local',
runtime: 'node',
zone: 'undefined'
}
});
defaultLogger.enableConsole();
export { Smartlog, defaultLogger };
export { Smartlog };