@contember/logger
Advanced tools
Comparing version 1.2.0-alpha.18 to 1.2.0-alpha.19
@@ -20,3 +20,3 @@ "use strict"; | ||
debug(a, b, c) { | ||
(0, exports.getLogger)().crit(a, b); | ||
(0, exports.getLogger)().debug(a, b); | ||
} | ||
@@ -23,0 +23,0 @@ child(attributes, options) { |
{ | ||
"name": "@contember/logger", | ||
"version": "1.2.0-alpha.18", | ||
"version": "1.2.0-alpha.19", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -24,3 +24,3 @@ import { Logger, LoggerAttributes, LoggerHandler, LoggerOptions } from './types' | ||
debug(a: any, b?: any, c?: any) { | ||
getLogger().crit(a, b) | ||
getLogger().debug(a, b) | ||
} | ||
@@ -27,0 +27,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
98418