org.kite9.framework.logging
Class Kite9Log
java.lang.Object
org.kite9.framework.logging.Kite9Log
public class Kite9Log
- extends Object
Very simple abstraction class for all logging functions.
- Author:
- robmoffat
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Kite9Log
public Kite9Log(Logable o)
send
public void send(String string)
send
public void send(String prefix,
Collection<?> items)
send
public void send(String prefix,
Table t)
send
public void send(String prefix,
Map<?,?> items)
error
public void error(String string)
error
public void error(String string,
Throwable e)
Copyright © 2011. All Rights Reserved.