|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILogDriver
The interface for logging drivers. You need to take care of the synchronization of the methods since they will be called in multiple threads.
Method Summary | |
---|---|
void |
close()
close the driver, it is called when the logging policy is reset. |
void |
flush()
flush the driver |
void |
init(java.util.Properties props)
initialize the driver, it is called when a log is passed to this driver the first time. |
void |
notify(java.lang.Object log)
notify this driver about the log |
java.lang.String |
toString()
the description of the driver |
Method Detail |
---|
void close()
void flush()
void init(java.util.Properties props)
void notify(java.lang.Object log)
java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |