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


Field Index

     o   ERROR

     o   FATAL

     o   NOTE

     o   WARNING

Constructor Index

     o   Log(NetForge)

Method Index

     o   getConfig(Config)

     o   log(int, String)

     o   logAccess(InetAddress, String, String, String, int, long)

     o   resetConfig()

     o   setConfig(Config)


Fields 

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 void getConfig(Config c)
o   setConfig
 public synchronized void 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