fix(core): implement log router

This commit is contained in:
2018-10-30 18:56:26 +01:00
parent cde3686209
commit d4cc9dbcd0
9 changed files with 544 additions and 262 deletions

View File

@@ -3,4 +3,3 @@ import { Smartlog } from './smartlog.classes.smartlog';
const defaultLogger: Smartlog = new Smartlog();
export { Smartlog, defaultLogger };