-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
asyncAffects asynchronous loggers or appendersAffects asynchronous loggers or appendersbugIncorrect, unexpected, or unintended behavior of existing codeIncorrect, unexpected, or unintended behavior of existing code
Milestone
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 afinalmethod, 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
asyncAffects asynchronous loggers or appendersAffects asynchronous loggers or appendersbugIncorrect, unexpected, or unintended behavior of existing codeIncorrect, unexpected, or unintended behavior of existing code
Type
Projects
Status
To triage