org::openisis::Log Class Reference

List of all members.

Static Public Member Functions

static void setLevel (int lvl)
static void verbose (Object module, String msg, Throwable ex)
static void info (Object module, String msg, Throwable ex)
static void warn (Object module, String msg, Throwable ex)
static void error (Object module, String msg, Throwable ex)

Static Public Attributes

static final int ERROR = 1
static final int WARN = ERROR + 1
static final int INFO = WARN + 1
static final int VERBOSE = INFO + 1

Detailed Description

Logger.

Id
Log.java,v 1.1 2003/04/12 14:48:21 mawag Exp
Version:
Revision
1.1
Author:
Author
mawag

Member Function Documentation

static void org::openisis::Log::error ( Object  module,
String  msg,
Throwable  ex 
) [inline, static]

Log an error.

static void org::openisis::Log::info ( Object  module,
String  msg,
Throwable  ex 
) [inline, static]

Log an info message.

static void org::openisis::Log::setLevel ( int  lvl  )  [inline, static]

Set log level. Default level is VERBOSE.

static void org::openisis::Log::verbose ( Object  module,
String  msg,
Throwable  ex 
) [inline, static]

Log a verbose message.

static void org::openisis::Log::warn ( Object  module,
String  msg,
Throwable  ex 
) [inline, static]

Log a warning.


Member Data Documentation

final int org::openisis::Log::ERROR = 1 [static]

Error log level

final int org::openisis::Log::INFO = WARN + 1 [static]

Info log level

final int org::openisis::Log::VERBOSE = INFO + 1 [static]

Verbose log level

final int org::openisis::Log::WARN = ERROR + 1 [static]

Warning log level


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables

Generated on Tue Mar 30 14:47:17 2010 for IsisReader by  doxygen 1.6.1