We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
$$.logFormat("") $$.getLogger
let logger = $$.getLoger({ class, module | middleware | component, criticalLogFile })
logger instance methods:
log() info() warn() trace() error(...) critical()
Default Output: TYPE [LOG,INFO,WARN,TRACE, ERROR, CRITICAL] timestamp class, module, customMessage Observations:
The text was updated successfully, but these errors were encountered:
PharmaLedger-IMI/epi-workspace#918 implemented logger
cfe93b0
PharmaLedger-IMI/epi-workspace#918 using custom logger for apihub logs
fa95e5b
76c0c1a
skutner
No branches or pull requests
$$.logFormat("")
$$.getLogger
let logger = $$.getLoger({
class,
module | middleware | component,
criticalLogFile
})
logger instance methods:
log()
info()
warn()
trace()
error(...)
critical()
Default Output:
TYPE [LOG,INFO,WARN,TRACE, ERROR, CRITICAL] timestamp class, module, customMessage
Observations:
The text was updated successfully, but these errors were encountered: