All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class novocode.netforge.share.Log

java.lang.Object
   |
   +----novocode.netforge.share.Log

public final class Log
extends Object
implements Configurable
NetForge logging


Variable Index

 o ERROR
 o FATAL
 o NOTE
 o WARNING

Constructor Index

 o Log(NetForge)

Method Index

 o getConfig()
 o log(int, String)
 o logAccess(InetAddress, String, String, String, int, long)
 o resetConfig()
 o setConfig(Config)

Variables

 o NOTE
 public static final int NOTE
 o WARNING
 public static final int WARNING
 o ERROR
 public static final int ERROR
 o FATAL
 public static final int FATAL

Constructors

 o Log
 public Log(NetForge nf)

Methods

 o getConfig
 public synchronized Config getConfig()
 o setConfig
 public synchronized String setConfig(Config c)
 o resetConfig
 public synchronized void resetConfig()
 o log
 public void log(int type,
                 String msg)
 o logAccess
 public void logAccess(InetAddress remoteIP,
                       String remoteUser,
                       String authUser,
                       String request,
                       int status,
                       long clen)

All Packages  Class Hierarchy  This Package  Previous  Next  Index