diff options
Diffstat (limited to 'js/src/Ice/Logger.js')
-rw-r--r-- | js/src/Ice/Logger.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/src/Ice/Logger.js b/js/src/Ice/Logger.js index 10ac279fc08..f3f1ac0da3d 100644 --- a/js/src/Ice/Logger.js +++ b/js/src/Ice/Logger.js @@ -6,7 +6,7 @@ // ICE_LICENSE file included in this distribution. // // ********************************************************************** - + const Ice = require("../Ice/ModuleRegistry").Ice; class Logger @@ -22,7 +22,7 @@ class Logger this._prefix = ""; } - this._dateformat = + this._dateformat = { year: 'numeric', month: 'numeric', @@ -33,7 +33,7 @@ class Logger hour12: false }; } - + print(message) { this.write(message, false); |