luky.util
Class LogAdventnet
java.lang.Object
luky.util.LogAdventnet
- All Implemented Interfaces:
- LogInterface
public class LogAdventnet
- extends Object
- implements LogInterface
The AdventLogging interface couples the Adventnet logging mechanism
to luky logger.
simply create a logAdvent object and add it to
the Adventnet software, it will migrate the events
- Version:
- 1.00
- Author:
- Chris Lukassen
-

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogAdventnet
public LogAdventnet()
dbg
public void dbg(String dbg)
- Specified by:
dbg
in interface LogInterface
out
public void out(String out)
- Specified by:
out
in interface LogInterface
err
public void err(String err)
- Specified by:
err
in interface LogInterface
setSilent
public void setSilent(boolean silent)