Package com.logviewer.logLibs.logback
Class LogbackLogFormat
java.lang.Object
com.logviewer.formats.AbstractPatternLogFormat
com.logviewer.logLibs.logback.LogbackLogFormat
- All Implemented Interfaces:
LogFormat
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.logviewer.data2.LogFormat
LogFormat.FieldDescriptor -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final intprotected static final intprotected static final intFields inherited from class com.logviewer.formats.AbstractPatternLogFormat
METHOD_PATTERN, SOURCE_FILE_PATTERN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected LvLayoutNode[]parseLayout(String pattern) Methods inherited from class com.logviewer.formats.AbstractPatternLogFormat
addCustomLevels, allLogLevels, clearTemporaryState, createReader, getCharset, getCustomLevels, getDelegate, getFields, getHumanReadableString, getLocale, getPattern, getPatterns, hasFullDate, loadGlobalConfig, mergeMessageFields, setCharset, setLocale, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.logviewer.data2.LogFormat
getFieldIndexByName
-
Field Details
-
NODE_LITERAL
protected static final int NODE_LITERAL- See Also:
-
NODE_SIMPLE_KEYWORD
protected static final int NODE_SIMPLE_KEYWORD- See Also:
-
NODE_COMPOSITE_KEYWORD
protected static final int NODE_COMPOSITE_KEYWORD- See Also:
-
-
Constructor Details
-
LogbackLogFormat
-
LogbackLogFormat
-
-
Method Details
-
parseLayout
- Specified by:
parseLayoutin classAbstractPatternLogFormat- Throws:
IllegalArgumentException
-
getFormatName
- Specified by:
getFormatNamein classAbstractPatternLogFormat
-