gzz.util
Class ZZLogger

java.lang.Object
  |
  +--gzz.util.ZZLogger

public class ZZLogger
extends java.lang.Object

A static package for logging things into a file. Used for providing ZZ developers with debug output to help them solve crashes.


Field Summary
static java.io.PrintWriter logfile
           
 
Constructor Summary
ZZLogger()
           
 
Method Summary
static void exc(java.lang.Throwable t)
           
static void exc(java.lang.Throwable t, java.lang.String s)
           
static void log(java.lang.String s)
           
static void tryInitSyslog()
           
static void verblog(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logfile

public static java.io.PrintWriter logfile
Constructor Detail

ZZLogger

public ZZLogger()
Method Detail

tryInitSyslog

public static void tryInitSyslog()

exc

public static void exc(java.lang.Throwable t,
                       java.lang.String s)

exc

public static void exc(java.lang.Throwable t)

log

public static void log(java.lang.String s)

verblog

public static void verblog(java.lang.String s)