patterntesting.runtime.log
Class SimpleLog

Package class diagram package SimpleLog
java.lang.Object
  extended by patterntesting.runtime.log.SimpleLog

public final class SimpleLog
extends Object

Before the switch from commons-logging to SLF4J we used the constants from SimpleLog in some log annotations and log aspects. Because we don't want a dependency to commons-logging (because of problems of bundling it as OSGi- package) we must define it now ourself. This is done here.

The constants are the same as in SimpleLog so does not matter which of the SimpleLog constants you use.

Since:
1.1.1 (09.07.2011)
Author:
oliver
See Also:
SimpleLog

Field Summary
static int LOG_LEVEL_DEBUG
          "Debug" level logging.
static int LOG_LEVEL_ERROR
          "Error" level logging.
static int LOG_LEVEL_FATAL
          "Fatal" level logging.
static int LOG_LEVEL_INFO
          "Info" level logging.
static int LOG_LEVEL_TRACE
          "Trace" level logging.
static int LOG_LEVEL_WARN
          "Warn" level logging.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG_LEVEL_TRACE

public static final int LOG_LEVEL_TRACE
"Trace" level logging.

See Also:
Constant Field Values

LOG_LEVEL_DEBUG

public static final int LOG_LEVEL_DEBUG
"Debug" level logging.

See Also:
Constant Field Values

LOG_LEVEL_INFO

public static final int LOG_LEVEL_INFO
"Info" level logging.

See Also:
Constant Field Values

LOG_LEVEL_WARN

public static final int LOG_LEVEL_WARN
"Warn" level logging.

See Also:
Constant Field Values

LOG_LEVEL_ERROR

public static final int LOG_LEVEL_ERROR
"Error" level logging.

See Also:
Constant Field Values

LOG_LEVEL_FATAL

public static final int LOG_LEVEL_FATAL
"Fatal" level logging.

See Also:
Constant Field Values


Copyright © 2002–2014 PatternTesting Team. All rights reserved.