public abstract class AbstractLog extends Object implements LogService
| Constructor and Description |
|---|
AbstractLog() |
| Modifier and Type | Method and Description |
|---|---|
LogLevel |
getLogLevel() |
void |
log(LogLevel level,
Object o) |
Fifo<Object> |
newFifo() |
void |
setLogLevel(LogLevel logLevel) |
boolean |
shouldLog(LogLevel logLevel) |
Object |
unwrap(Object m) |
protected void |
writeLog(StringBuilder b,
Object object) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoLogprotected LogLevel logLevel
public boolean shouldLog(LogLevel logLevel)
shouldLog in interface LogServicepublic void log(LogLevel level, Object o)
log in interface LogServicepublic Fifo<Object> newFifo()
newFifo in interface LogServicepublic Object unwrap(Object m)
unwrap in interface LogServiceprotected void writeLog(StringBuilder b, Object object)
public LogLevel getLogLevel()
getLogLevel in interface LogServicepublic void setLogLevel(LogLevel logLevel)
setLogLevel in interface LogServiceCopyright © 2012-2013 The Internet Party. All Rights Reserved.