|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.log4j.AppenderSkeleton org.apache.hadoop.log.metrics.EventCounter
@InterfaceAudience.Public @InterfaceStability.Stable public class EventCounter
A log4J Appender that simply counts logging events in three levels: fatal, error and warn. The class name is used in log4j.properties
Field Summary |
---|
Fields inherited from class org.apache.log4j.AppenderSkeleton |
---|
closed, errorHandler, headFilter, layout, name, tailFilter, threshold |
Constructor Summary | |
---|---|
EventCounter()
|
Method Summary | |
---|---|
void |
append(org.apache.log4j.spi.LoggingEvent event)
|
void |
close()
|
static long |
getError()
|
static long |
getFatal()
|
static long |
getInfo()
|
static long |
getWarn()
|
boolean |
requiresLayout()
|
Methods inherited from class org.apache.log4j.AppenderSkeleton |
---|
activateOptions, addFilter, clearFilters, doAppend, finalize, getErrorHandler, getFilter, getFirstFilter, getLayout, getName, getThreshold, isAsSevereAsThreshold, setErrorHandler, setLayout, setName, setThreshold |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventCounter()
Method Detail |
---|
@InterfaceAudience.Private public static long getFatal()
@InterfaceAudience.Private public static long getError()
@InterfaceAudience.Private public static long getWarn()
@InterfaceAudience.Private public static long getInfo()
public void append(org.apache.log4j.spi.LoggingEvent event)
append
in class org.apache.log4j.AppenderSkeleton
public void close()
public boolean requiresLayout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |