java.lang.Object
ch.qos.logback.core.pattern.Converter<ILoggingEvent>
ch.qos.logback.core.pattern.FormattingConverter<ILoggingEvent>
ch.qos.logback.core.pattern.DynamicConverter<ILoggingEvent>
ch.qos.logback.classic.pattern.ClassicConverter
ch.qos.logback.classic.pattern.NamedConverter
ch.qos.logback.classic.pattern.LoggerConverter
- All Implemented Interfaces:
ContextAware
,LifeCycle
-
Field Summary
Fields inherited from class ch.qos.logback.core.pattern.DynamicConverter
started
-
Constructor Summary
-
Method Summary
Methods inherited from class ch.qos.logback.classic.pattern.NamedConverter
convert, getCacheMisses, getCacheMissRate, start
Methods inherited from class ch.qos.logback.core.pattern.DynamicConverter
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getFirstOption, getOptionList, isStarted, setContext, setOptionList, stop
Methods inherited from class ch.qos.logback.core.pattern.FormattingConverter
getFormattingInfo, setFormattingInfo, write
-
Constructor Details
-
LoggerConverter
public LoggerConverter()
-
-
Method Details
-
getFullyQualifiedName
Description copied from class:NamedConverter
Gets fully qualified name from event.- Specified by:
getFullyQualifiedName
in classNamedConverter
- Parameters:
event
- The LoggingEvent to process, cannot not be null.- Returns:
- name, must not be null.
-