Luky Library - 4.1.1 (20061117-1148)

luky.util
Class LogAdventnet

java.lang.Object
  extended by 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
 

Constructor Summary
LogAdventnet()
           
 
Method Summary
 void dbg(String dbg)
           
 void err(String err)
           
 void out(String out)
           
 void setSilent(boolean silent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogAdventnet

public LogAdventnet()
Method Detail

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)

Luky Library - 4.1.1 (20061117-1148)