public class CCDLogger
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CCD_LOGGER_NAME
Specifies name of log file.
|
| Modifier and Type | Method and Description |
|---|---|
static CCDLogger |
getLogger()
Retrieves empty instance of CCDLogger enabled for logging in the error log file.
|
static CCDLogger |
getLogger(java.lang.String strLogFile) |
void |
log(java.lang.String strLogMessage)
Logs the error message with the level specified.
|
public static final java.lang.String CCD_LOGGER_NAME
public static CCDLogger getLogger()
public static CCDLogger getLogger(java.lang.String strLogFile)
public void log(java.lang.String strLogMessage)
strLogMessage - Message to be logged.