|
Hilbert II - Version 0.03.08 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.log.LogListenerImpl
Listener that writes events to a stream.
| Constructor Summary | |
LogListenerImpl()
Constructor. |
|
LogListenerImpl(PrintStream stream)
Constructor. |
|
| Method Summary | |
void |
logFailureReply(String text,
String description)
Log failure reply for an request. |
void |
logFailureState(String text,
URL url,
String description)
Log failure state for URL. |
void |
logMessage(String text)
Log message. |
void |
logMessageState(String text,
URL url)
Log message state for URL. |
void |
logRequest(String text)
Log request. |
void |
logSuccessfulReply(String text)
Log successful reply for an request. |
void |
logSuccessfulState(String text,
URL url)
Log successful state for URL. |
void |
setPrintStream(PrintStream stream)
Set output stream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LogListenerImpl()
public LogListenerImpl(PrintStream stream)
stream - Print to this stream.| Method Detail |
public final void setPrintStream(PrintStream stream)
stream - Output stream.
public final void logMessageState(String text,
URL url)
LogListener
logMessageState in interface LogListenertext - Message state.url - URL.
public final void logFailureState(String text,
URL url,
String description)
LogListener
logFailureState in interface LogListenertext - Failure state.url - URL.description - Reason.
public final void logSuccessfulState(String text,
URL url)
LogListener
logSuccessfulState in interface LogListenertext - State.url - URL.public void logRequest(String text)
LogListener
logRequest in interface LogListenertext - Request.public final void logMessage(String text)
LogListener
logMessage in interface LogListenertext - Message.public void logSuccessfulReply(String text)
LogListener
logSuccessfulReply in interface LogListenertext - Reply.
public void logFailureReply(String text,
String description)
LogListener
logFailureReply in interface LogListenertext - Reply.description - Reason for reply.
|
Hilbert II - Version 0.03.08 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |