org.lightwolf.tools
Class LightWolfLog

java.lang.Object
  extended by org.lightwolf.tools.LightWolfLog

public class LightWolfLog
extends Object


Constructor Summary
LightWolfLog()
           
 
Method Summary
static void print(String text)
           
static void printf(String text, Object... args)
           
static void println()
           
static void println(Object object)
           
static void println(String text)
           
static void printTrace(Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LightWolfLog

public LightWolfLog()
Method Detail

print

public static void print(String text)

println

public static void println()

println

public static void println(String text)

println

public static void println(Object object)

printTrace

public static void printTrace(Throwable e)

printf

public static void printf(String text,
                          Object... args)