public interface ILogListener
| Modifier and Type | Field and Description |
|---|---|
static int |
LOG_LEVEL_ERROR
Logging level for warning messages.
|
static int |
LOG_LEVEL_FATAL
Logging level for fatal messages
|
static int |
LOG_LEVEL_INFO
Logging level for info messages.
|
static int |
LOG_LEVEL_WARNING
Logging level for warning messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
logMessage(int level,
String message) |
static final int LOG_LEVEL_INFO
static final int LOG_LEVEL_WARNING
static final int LOG_LEVEL_ERROR
static final int LOG_LEVEL_FATAL
void logMessage(int level,
String message)
? Copyright 2013 BMC Software, Inc.