|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Logger
Provides access to the VHI logging facilities. Log messages are placed in the VHI server's log.
Method Summary | |
---|---|
boolean |
isLogInfoEnabled()
Checks if informational level logging is turned on. |
boolean |
isLogWarningEnabled()
Checks if warning level logging is turned on. |
void |
logInfoMessage(java.lang.String message)
Logs an informational message to the log system if logging at the informational level is enabled. |
void |
logWarningMessage(java.lang.String message)
Logs a warning message to the log system if logging at a warning level is enabled. |
Method Detail |
---|
boolean isLogInfoEnabled()
void logInfoMessage(java.lang.String message)
message
- informational message to be sent to log fileboolean isLogWarningEnabled()
void logWarningMessage(java.lang.String message)
message
- warning message to be sent to log file
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |