Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
The convert method is responsible for extracting data from the event and
storing it for later use by the write method.
PrefixCompositeConverter needs the key
void
Components that depend on options passed during configuration can override
this method in order to make appropriate use of those options.
void
Methods inherited from class ch.qos.logback.core.pattern.DynamicConverter
addError , addError , addInfo , addInfo , addStatus , addWarn , addWarn , getContext , getFirstOption , getOptionList , isStarted , setContext , setOptionList
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Method Details
start
Components that depend on options passed during configuration can override
this method in order to make appropriate use of those options. For simpler
components, the trivial implementation found in this abstract class will be
sufficient.
Specified by:
start
in interface LifeCycle
Overrides:
start
in class DynamicConverter <ILoggingEvent >
convert
The convert method is responsible for extracting data from the event and
storing it for later use by the write method.
Specified by:
convert
in class Converter <ILoggingEvent >
Parameters:
event
-
getKey
PrefixCompositeConverter needs the key
Returns: