Package com.logviewer.logLibs.log4j
Class Log4jLogFormat
java.lang.Object
com.logviewer.formats.AbstractPatternLogFormat
com.logviewer.logLibs.log4j.Log4jLogFormat
- All Implemented Interfaces:
LogFormat
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.logviewer.data2.LogFormat
LogFormat.FieldDescriptor -
Field Summary
Fields inherited from class com.logviewer.formats.AbstractPatternLogFormat
METHOD_PATTERN, SOURCE_FILE_PATTERN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringbooleanprotected LvLayoutNode[]parseLayout(String pattern) setRealLog4j(boolean realLog4j) 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
-
Constructor Details
-
Log4jLogFormat
-
Log4jLogFormat
-
-
Method Details
-
isRealLog4j
public boolean isRealLog4j() -
setRealLog4j
-
parseLayout
- Specified by:
parseLayoutin classAbstractPatternLogFormat- Throws:
IllegalArgumentException
-
getFormatName
- Specified by:
getFormatNamein classAbstractPatternLogFormat
-