Returns a no-op Logger useful as a placeholder in tests.
All logging methods (trace, debug, info, warn, warning, error, fatal) are no-ops. getChild and with return the same dummy logger instance.
trace
debug
info
warn
warning
error
fatal
getChild
with
A logger whose methods are all no-ops.
Returns a no-op Logger useful as a placeholder in tests.
All logging methods (
trace,debug,info,warn,warning,error,fatal) are no-ops.getChildandwithreturn the same dummy logger instance.