Package com.mapr.log4j
Class NoFormatLayout
- java.lang.Object
-
- org.apache.log4j.Layout
-
- com.mapr.log4j.NoFormatLayout
-
- All Implemented Interfaces:
org.apache.log4j.spi.OptionHandler
public class NoFormatLayout extends org.apache.log4j.Layout
-
-
Constructor Summary
Constructors Constructor Description NoFormatLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivateOptions()java.lang.Stringformat(org.apache.log4j.spi.LoggingEvent event)booleanignoresThrowable()
-
-
-
Method Detail
-
activateOptions
public void activateOptions()
-
format
public java.lang.String format(org.apache.log4j.spi.LoggingEvent event)
- Specified by:
formatin classorg.apache.log4j.Layout
-
ignoresThrowable
public boolean ignoresThrowable()
- Specified by:
ignoresThrowablein classorg.apache.log4j.Layout
-
-