|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectca.uhn.hl7v2.Log
ca.uhn.hl7v2.FileLog
public class FileLog
An implementation of Log that writes log data to files.
| Constructor Summary | |
|---|---|
protected |
FileLog()
Deprecated. Creates new FileLog. |
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Deprecated. Returns a description of where logged data are being stored. |
void |
log(java.lang.Exception e,
java.lang.String message)
Deprecated. Logs an Exception. |
void |
log(java.lang.String status)
Deprecated. Logs a status message. |
| Methods inherited from class ca.uhn.hl7v2.Log |
|---|
getInstance, main, tryToLog |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected FileLog()
throws LogException
LogException - if one of the log files can not be opened.| Method Detail |
|---|
public void log(java.lang.Exception e,
java.lang.String message)
throws LogException
Log
log in class LogLogException - if there is an error writing to the log.
public void log(java.lang.String status)
throws LogException
Log
log in class LogLogException - if there is an error writing to the log.public java.lang.String getDescription()
Log
getDescription in class Log
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||