org.tigris.gef.util.logging
Class LogManager

java.lang.Object
  extended byorg.tigris.gef.util.logging.LogManager

Deprecated. 0.10.1 we will use standard log4j

public class LogManager
extends java.lang.Object

This class is based on the LogManager for ArgoUML initially provided by Phil Sager and enhanced by Thorsten Sturm for Gentleware. It mainly enables logging on both the console and a log file. The location of the log file as well as the logging priority can be configured.


Field Summary
static java.lang.String CONSOLE_LOG
          Deprecated. Standard definition of the logging category for the console.
static java.lang.String CONSOLE_PREFIX
          Deprecated. Standard definition of system variable to add text prefix to console log.
static org.apache.log4j.Category log
          Deprecated. Define a static log4j category variable for GEF to log to the console.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONSOLE_LOG

public static final java.lang.String CONSOLE_LOG
Deprecated. 
Standard definition of the logging category for the console.

See Also:
Constant Field Values

CONSOLE_PREFIX

public static final java.lang.String CONSOLE_PREFIX
Deprecated. 
Standard definition of system variable to add text prefix to console log.

See Also:
Constant Field Values

log

public static final org.apache.log4j.Category log
Deprecated. 
Define a static log4j category variable for GEF to log to the console.