Open
Description
Description
A logging call that is not filtered out will eventually call one of these methods:
AbstractLogger#log(Level, Marker, String, StackTraceElement, Message, Throwable)
,Logger#logMessage(Level, Marker, String, StackTraceElement, Message, Throwable)
: effectively afinal
method, a recursion-safe version of the previous one,ExtendedLogger#logMessage(String, Level, Marker, Message, Throwable)
.
AsyncLogger
correctly computes the location, if the third method is called. If the first method is called with location == null
no attempt to compute location occurs.
Configuration
Version: 2.20.0
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
To triage