LoggingEvent
instance is created. This instance is passed around to the different Logback components. Writers of Logback components such as appenders should be aware of that some of the LoggingEvent fields are initialized lazily. Therefore, an appender wishing to output data to be later correctly read by a receiver, must initialize "lazy" fields prior to writing them out. See the {@link #prepareForDeferredProcessing()} method for the exact list.
@author Ceki Gülcü @author Sébastien Pennec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|