Closed pc9795 closed 3 years ago
Loggers provide a method to submit an exception with a message like log.error(message, e). The client can surface such a method to easily work with this kind of situation when used as an appender for other logging frameworks
log.error(message, e)
Loggers provide a method to submit an exception with a message like
log.error(message, e)
. The client can surface such a method to easily work with this kind of situation when used as an appender for other logging frameworks