| Modifier | Constructor and Description |
|---|---|
protected |
FileLog()
Deprecated.
Creates new FileLog.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Deprecated.
Returns a description of where logged data are being stored.
|
void |
log(Exception e,
String message)
Deprecated.
Logs an Exception.
|
void |
log(String status)
Deprecated.
Logs a status message.
|
getInstance, main, tryToLogprotected FileLog() throws LogException
LogException - if one of the log files can not be opened.public void log(Exception e, String message) throws LogException
Loglog in class LogLogException - if there is an error writing to the log.public void log(String status) throws LogException
Loglog in class LogLogException - if there is an error writing to the log.public String getDescription()
LoggetDescription in class LogCopyright © 2001-2011 University Health Network. All Rights Reserved.