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.CallerDataConverter
- All Implemented Interfaces:
ContextAware,LifeCycle
This converter outputs caller data depending on depth or depth range and
marker data.
- Author:
- Ceki Gulcu
-
Field Summary
FieldsFields inherited from class ch.qos.logback.core.pattern.DynamicConverter
started -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvert(ILoggingEvent le) protected Stringprotected Stringvoidstart()Methods inherited from class ch.qos.logback.core.pattern.DynamicConverter
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getFirstOption, getOptionList, isStarted, setContext, setOptionList, stopMethods inherited from class ch.qos.logback.core.pattern.FormattingConverter
getFormattingInfo, setFormattingInfo, write
-
Field Details
-
DEFAULT_CALLER_LINE_PREFIX
- See Also:
-
DEFAULT_RANGE_DELIMITER
- See Also:
-
-
Constructor Details
-
CallerDataConverter
public CallerDataConverter()
-
-
Method Details
-
start
public void start()- Specified by:
startin interfaceLifeCycle- Overrides:
startin classDynamicConverter<ILoggingEvent>
-
convert
- Specified by:
convertin classConverter<ILoggingEvent>
-
getCallerLinePrefix
-
getDefaultRangeDelimiter
-