fix(core): update

This commit is contained in:
Philipp Kunz 2019-01-15 23:22:44 +01:00
parent 5dff4961fb
commit a0aa3c1122

View File

@ -11,4 +11,6 @@ const defaultLogger: Smartlog = new Smartlog({
}
});
defaultLogger.enableConsole();
export { Smartlog, defaultLogger };