|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Common log interface for logging system.
| Field Summary | |
static java.lang.String |
PROPERTY_FILE_PATH_PROPERTY_NAME
Property name for property file path. |
| Method Summary | |
java.lang.String |
getPropertyFilePath()
Returns path for property file from which this CommonLog was initialized. |
void |
init(java.util.Properties properties)
Initializes this logger. |
void |
logMessage(java.lang.String message)
Writes a log message to log. |
void |
stop()
Stops and deinits this logger. |
| Field Detail |
public static final java.lang.String PROPERTY_FILE_PATH_PROPERTY_NAME
| Method Detail |
public void logMessage(java.lang.String message)
throws LogException
message - preformatted log message to be written as it is
LogException - if logging error occurspublic void init(java.util.Properties properties)
properties - init properties, or null if none suppliedpublic void stop()
public java.lang.String getPropertyFilePath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||