common.log
Class LoggerName

java.lang.Object
  extended bycommon.log.LoggerName

public class LoggerName
extends java.lang.Object

Static structure containing the class name of the logger. This may be overwritten at build time if loggers other than the default, no-dependency logger are required


Field Summary
static java.lang.String NAME
           
 
Constructor Summary
LoggerName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
Constructor Detail

LoggerName

public LoggerName()