@SingletonOverride(implFor=LogService.class, priority=-2147483647) public class JsLog extends AbstractLog implements Initable
logLevel| Constructor and Description |
|---|
JsLog() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
consoleLog(Object o) |
void |
doLog(LogLevel level,
Fifo<Object> o) |
void |
init()
Called directly after a singleton (or regular object is initialized).
|
protected String |
initLogLevel() |
Fifo<Object> |
newFifo() |
Iterable<Object> |
shouldIterate(Object m) |
Object |
unwrap(LogLevel level,
Object m) |
Object |
unwrapJs(Object m) |
getLogLevel, log, setLogLevel, shouldLog, writeLogpublic void init()
Initablepublic Iterable<Object> shouldIterate(Object m)
shouldIterate in interface LogServiceshouldIterate in class AbstractLogprotected String initLogLevel()
public Object unwrap(LogLevel level, Object m)
unwrap in interface LogServiceunwrap in class AbstractLogpublic Fifo<Object> newFifo()
newFifo in interface LogServicenewFifo in class AbstractLogpublic void doLog(LogLevel level, Fifo<Object> o)
doLog in interface LogServiceprotected void consoleLog(Object o)
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.