@deepkit/logger
Advanced tools
Comparing version 1.0.1-alpha.114 to 1.0.1-alpha.116
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.0.1-alpha.116](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.115...v1.0.1-alpha.116) (2024-01-22) | ||
**Note:** Version bump only for package @deepkit/logger | ||
## [1.0.1-alpha.114](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.113...v1.0.1-alpha.114) (2024-01-21) | ||
@@ -8,0 +12,0 @@ |
@@ -29,3 +29,3 @@ "use strict"; | ||
const memory_logger_js_1 = require("./memory-logger.js"); | ||
const __ΩLoggerLevel = ['none', 'alert', 'error', 'warning', 'log', 'info', 'debug', 'PC!C"C#C$C%C&C\'B']; | ||
const __ΩLoggerLevel = ['none', 'alert', 'error', 'warning', 'log', 'info', 'debug', 'LoggerLevel', 'PC!C"C#C$C%C&C\'Bw(']; | ||
exports.__ΩLoggerLevel = __ΩLoggerLevel; | ||
@@ -42,5 +42,5 @@ var LoggerLevel; | ||
})(LoggerLevel || (exports.LoggerLevel = LoggerLevel = {})); | ||
const __ΩLogData = ['P&"LMy']; | ||
const __ΩLogData = ['LogData', 'P&"LMw!y']; | ||
exports.__ΩLogData = __ΩLogData; | ||
const __ΩLogMessage = ['message', 'rawMessage', 'date', () => __ΩLoggerLevel, 'level', 'scope', () => __ΩLogData, 'data', 'P&4!&4"T4#n$4%&4&n\'4(My']; | ||
const __ΩLogMessage = ['message', 'rawMessage', 'date', () => __ΩLoggerLevel, 'level', 'scope', () => __ΩLogData, 'data', 'LogMessage', 'P&4!&4"T4#n$4%&4&n\'4(Mw)y']; | ||
exports.__ΩLogMessage = __ΩLogMessage; | ||
@@ -84,5 +84,5 @@ class ConsoleTransport { | ||
JSONTransport.__type = ['v', '', 'write', 'out', function () { return process.stdout; }, () => __ΩLogMessage, 'message', 'supportsColor', () => __ΩLoggerTransport, 'JSONTransport', 'PP&2!"/"4#M3$>%Pn&2\'"0#P"0(5n)x"w*']; | ||
const __ΩLoggerTransport = [() => __ΩLogMessage, 'message', 'write', 'supportsColor', 'PPn!2"$1#P)1$My']; | ||
const __ΩLoggerTransport = [() => __ΩLogMessage, 'message', 'write', 'supportsColor', 'LoggerTransport', 'PPn!2"$1#P)1$Mw%y']; | ||
exports.__ΩLoggerTransport = __ΩLoggerTransport; | ||
const __ΩLoggerFormatter = [() => __ΩLogMessage, 'message', 'format', 'PPn!2"$1#My']; | ||
const __ΩLoggerFormatter = [() => __ΩLogMessage, 'message', 'format', 'LoggerFormatter', 'PPn!2"$1#Mw$y']; | ||
exports.__ΩLoggerFormatter = __ΩLoggerFormatter; | ||
@@ -176,3 +176,3 @@ class ColorFormatter { | ||
ScopeFormatter.__type = [() => __ΩLogMessage, 'message', 'format', () => __ΩLoggerFormatter, 'ScopeFormatter', 'Pn!2"$0#5n$x"w%']; | ||
const __ΩLoggerInterface = [() => __ΩLoggerLevel, 'level', 'name', 0, 'scoped', () => __ΩLogData, 'data', 0, () => __ΩLoggerLevel, 'is', 'message', 'alert', 'error', 'warn', 'log', 'info', 'debug', 'Pn!4"P&2#n$1%Pn&2\'n(1\'Pn)2")1*P"@2+$1,P"@2+$1-P"@2+$1.P"@2+$1/P"@2+$10P"@2+$11My']; | ||
const __ΩLoggerInterface = [() => __ΩLoggerLevel, 'level', 'name', 0, 'scoped', () => __ΩLogData, 'data', 0, () => __ΩLoggerLevel, 'is', 'message', 'alert', 'error', 'warn', 'log', 'info', 'debug', 'LoggerInterface', 'Pn!4"P&2#n$1%Pn&2\'n(1\'Pn)2")1*P"@2+$1,P"@2+$1-P"@2+$1.P"@2+$1/P"@2+$10P"@2+$11Mw2y']; | ||
exports.__ΩLoggerInterface = __ΩLoggerInterface; | ||
@@ -304,3 +304,3 @@ class Logger { | ||
MemoryLogger.__type = [() => Logger, 'constructor', 'getOutput', 'MemoryLogger', 'P7!P"0"P&0#5w$']; | ||
const __ΩScopedLogger = [() => __ΩInject, () => __ΩLoggerInterface, "scoped-logger", 'n".#o!#y']; | ||
const __ΩScopedLogger = [() => __ΩInject, () => __ΩLoggerInterface, "scoped-logger", 'ScopedLogger', 'n".#o!#w$y']; | ||
exports.__ΩScopedLogger = __ΩScopedLogger; | ||
@@ -307,0 +307,0 @@ exports.ScopedLogger = { |
@@ -23,3 +23,3 @@ /*@ts-ignore*/ | ||
import { MemoryLoggerTransport } from './memory-logger.js'; | ||
const __ΩLoggerLevel = ['none', 'alert', 'error', 'warning', 'log', 'info', 'debug', 'PC!C"C#C$C%C&C\'B']; | ||
const __ΩLoggerLevel = ['none', 'alert', 'error', 'warning', 'log', 'info', 'debug', 'LoggerLevel', 'PC!C"C#C$C%C&C\'Bw(']; | ||
export { __ΩLoggerLevel as __ΩLoggerLevel }; | ||
@@ -36,5 +36,5 @@ export var LoggerLevel; | ||
})(LoggerLevel || (LoggerLevel = {})); | ||
const __ΩLogData = ['P&"LMy']; | ||
const __ΩLogData = ['LogData', 'P&"LMw!y']; | ||
export { __ΩLogData as __ΩLogData }; | ||
const __ΩLogMessage = ['message', 'rawMessage', 'date', () => __ΩLoggerLevel, 'level', 'scope', () => __ΩLogData, 'data', 'P&4!&4"T4#n$4%&4&n\'4(My']; | ||
const __ΩLogMessage = ['message', 'rawMessage', 'date', () => __ΩLoggerLevel, 'level', 'scope', () => __ΩLogData, 'data', 'LogMessage', 'P&4!&4"T4#n$4%&4&n\'4(Mw)y']; | ||
export { __ΩLogMessage as __ΩLogMessage }; | ||
@@ -76,5 +76,5 @@ export class ConsoleTransport { | ||
JSONTransport.__type = ['v', '', 'write', 'out', function () { return process.stdout; }, () => __ΩLogMessage, 'message', 'supportsColor', () => __ΩLoggerTransport, 'JSONTransport', 'PP&2!"/"4#M3$>%Pn&2\'"0#P"0(5n)x"w*']; | ||
const __ΩLoggerTransport = [() => __ΩLogMessage, 'message', 'write', 'supportsColor', 'PPn!2"$1#P)1$My']; | ||
const __ΩLoggerTransport = [() => __ΩLogMessage, 'message', 'write', 'supportsColor', 'LoggerTransport', 'PPn!2"$1#P)1$Mw%y']; | ||
export { __ΩLoggerTransport as __ΩLoggerTransport }; | ||
const __ΩLoggerFormatter = [() => __ΩLogMessage, 'message', 'format', 'PPn!2"$1#My']; | ||
const __ΩLoggerFormatter = [() => __ΩLogMessage, 'message', 'format', 'LoggerFormatter', 'PPn!2"$1#Mw$y']; | ||
export { __ΩLoggerFormatter as __ΩLoggerFormatter }; | ||
@@ -162,3 +162,3 @@ export class ColorFormatter { | ||
ScopeFormatter.__type = [() => __ΩLogMessage, 'message', 'format', () => __ΩLoggerFormatter, 'ScopeFormatter', 'Pn!2"$0#5n$x"w%']; | ||
const __ΩLoggerInterface = [() => __ΩLoggerLevel, 'level', 'name', 0, 'scoped', () => __ΩLogData, 'data', 0, () => __ΩLoggerLevel, 'is', 'message', 'alert', 'error', 'warn', 'log', 'info', 'debug', 'Pn!4"P&2#n$1%Pn&2\'n(1\'Pn)2")1*P"@2+$1,P"@2+$1-P"@2+$1.P"@2+$1/P"@2+$10P"@2+$11My']; | ||
const __ΩLoggerInterface = [() => __ΩLoggerLevel, 'level', 'name', 0, 'scoped', () => __ΩLogData, 'data', 0, () => __ΩLoggerLevel, 'is', 'message', 'alert', 'error', 'warn', 'log', 'info', 'debug', 'LoggerInterface', 'Pn!4"P&2#n$1%Pn&2\'n(1\'Pn)2")1*P"@2+$1,P"@2+$1-P"@2+$1.P"@2+$1/P"@2+$10P"@2+$11Mw2y']; | ||
export { __ΩLoggerInterface as __ΩLoggerInterface }; | ||
@@ -287,3 +287,3 @@ export class Logger { | ||
MemoryLogger.__type = [() => Logger, 'constructor', 'getOutput', 'MemoryLogger', 'P7!P"0"P&0#5w$']; | ||
const __ΩScopedLogger = [() => __ΩInject, () => __ΩLoggerInterface, "scoped-logger", 'n".#o!#y']; | ||
const __ΩScopedLogger = [() => __ΩInject, () => __ΩLoggerInterface, "scoped-logger", 'ScopedLogger', 'n".#o!#w$y']; | ||
export { __ΩScopedLogger as __ΩScopedLogger }; | ||
@@ -290,0 +290,0 @@ export const ScopedLogger = { |
{ | ||
"name": "@deepkit/logger", | ||
"version": "1.0.1-alpha.114", | ||
"version": "1.0.1-alpha.116", | ||
"description": "Deepkit logger", | ||
@@ -37,3 +37,3 @@ "type": "commonjs", | ||
"@deepkit/core": "^1.0.1-alpha.114", | ||
"@deepkit/injector": "^1.0.1-alpha.114" | ||
"@deepkit/injector": "^1.0.1-alpha.116" | ||
}, | ||
@@ -57,3 +57,3 @@ "jest": { | ||
}, | ||
"gitHead": "075b5b53a53327d280ea59cce9fe51cc998e2141" | ||
"gitHead": "e3cebc9417d604644f7bb91fc24f366bfc77c8b1" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
123973