feud.clientserver
Class NetLogger

java.lang.Object
  extended byfeud.clientserver.NetLogger

public class NetLogger
extends java.lang.Object

An incredible complex logging class. One may add log4j here or whatever one prefers. or leave it like it is (which is what i prefer...).


Constructor Summary
NetLogger()
           
 
Method Summary
static void log(java.lang.String txt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetLogger

public NetLogger()
Method Detail

log

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