org.kite9.framework.logging
Class Kite9Log

java.lang.Object
  extended by org.kite9.framework.logging.Kite9Log

public class Kite9Log
extends Object

Very simple abstraction class for all logging functions.

Author:
robmoffat

Constructor Summary
Kite9Log(Logable o)
           
 
Method Summary
 void error(String string)
           
 void error(String string, Throwable e)
           
 void send(String string)
           
 void send(String prefix, Collection<?> items)
           
 void send(String prefix, Map<?,?> items)
           
 void send(String prefix, Table t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Kite9Log

public Kite9Log(Logable o)
Method Detail

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.