public class LogHandler extends Handler
| Modifier and Type | Field and Description |
|---|---|
protected List<groovy.lang.Closure> |
closeListeners |
protected List<groovy.lang.Closure> |
flushListeners |
protected xyz.cofe.collection.list.EventList<Logger> |
loggers |
protected List<groovy.lang.Closure> |
publishListeners |
protected Object |
startStopSync |
| Constructor and Description |
|---|
LogHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
List<groovy.lang.Closure> |
getCloseListeners() |
List<groovy.lang.Closure> |
getFlushListeners() |
xyz.cofe.collection.list.EventList<Logger> |
getLoggers() |
List<groovy.lang.Closure> |
getPublishListeners() |
void |
publish(LogRecord record) |
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevelprotected final Object startStopSync
protected final xyz.cofe.collection.list.EventList<Logger> loggers
protected final List<groovy.lang.Closure> publishListeners
protected final List<groovy.lang.Closure> flushListeners
protected final List<groovy.lang.Closure> closeListeners
public xyz.cofe.collection.list.EventList<Logger> getLoggers()
public List<groovy.lang.Closure> getPublishListeners()
public List<groovy.lang.Closure> getFlushListeners()
public List<groovy.lang.Closure> getCloseListeners()
public void close()
throws SecurityException
close in class HandlerSecurityExceptionCopyright © 2019. All rights reserved.