public abstract class AbstractFlushEventListener extends java.lang.Object implements FlushEventListener
| Modifier and Type | Field and Description |
|---|---|
protected TechnicalLoggerService |
logger |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFlushEventListener(boolean activateByDefault,
TechnicalLoggerService logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
deactivate() |
java.lang.String |
getName() |
java.lang.String |
getStatus() |
boolean |
isActive() |
protected void |
log(TechnicalLogSeverity severity,
java.lang.String message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitflush, notifyStartTracking, notifyStopTrackingprotected final TechnicalLoggerService logger
protected AbstractFlushEventListener(boolean activateByDefault,
TechnicalLoggerService logger)
public java.lang.String getStatus()
getStatus in interface FlushEventListenerpublic java.lang.String getName()
getName in interface FlushEventListenerpublic boolean isActive()
isActive in interface FlushEventListenerpublic void activate()
activate in interface FlushEventListenerpublic void deactivate()
deactivate in interface FlushEventListenerprotected void log(TechnicalLogSeverity severity, java.lang.String message)