com.cafesoft.core.log
Class Log4JAppenderType

java.lang.Object
  |
  +--com.cafesoft.core.log.Log4JAppenderType

public final class Log4JAppenderType
extends Object

A type-safe constant Object that contains the various Log4j Appender Object

Since:
7/11/02

Field Summary
static Log4JAppenderType FATAL_ERROR_APPENDER
          The FATAL_ERROR_APPENDER Appender Type
static Log4JAppenderType INFO_DEBUG_APPENDER
          The INFO_DEBUG_APPENDER Appender Type
static Log4JAppenderType MULTI_LAYOUT_ROLLING_FILE
          The MULTI_LAYOUT_ROLLING_FILE Appender Type
static Log4JAppenderType ROLLING_FILE
          The ROLLING_FILE Appender Type
static Log4JAppenderType STDERR
          The STDERR Appender Type
static Log4JAppenderType STDOUT
          The STDOUT Appender Type
static Log4JAppenderType WARN_APPENDER
          The WARN_APPENDER Appender Type
 
Method Summary
 String toString()
          Return a String representation of the Log4JAppenderType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STDOUT

public static final Log4JAppenderType STDOUT
The STDOUT Appender Type


STDERR

public static final Log4JAppenderType STDERR
The STDERR Appender Type


ROLLING_FILE

public static final Log4JAppenderType ROLLING_FILE
The ROLLING_FILE Appender Type


FATAL_ERROR_APPENDER

public static final Log4JAppenderType FATAL_ERROR_APPENDER
The FATAL_ERROR_APPENDER Appender Type


WARN_APPENDER

public static final Log4JAppenderType WARN_APPENDER
The WARN_APPENDER Appender Type


INFO_DEBUG_APPENDER

public static final Log4JAppenderType INFO_DEBUG_APPENDER
The INFO_DEBUG_APPENDER Appender Type


MULTI_LAYOUT_ROLLING_FILE

public static final Log4JAppenderType MULTI_LAYOUT_ROLLING_FILE
The MULTI_LAYOUT_ROLLING_FILE Appender Type

Method Detail

toString

public String toString()
Return a String representation of the Log4JAppenderType

Overrides:
toString in class Object
Returns:
a String representation of the Log4JAppenderType


Generated on 5:16:42 PM May 12, 2008, © 1996-2005 Cafésoft LLC. All rights reserved.