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 |
Logger.
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.
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