Package com.swiftmq.impl.log.standard
Class LogSinkImpl
- java.lang.Object
-
- com.swiftmq.swiftlet.log.LogSink
-
- com.swiftmq.impl.log.standard.LogSinkImpl
-
public class LogSinkImpl extends LogSink
-
-
Constructor Summary
Constructors Constructor Description LogSinkImpl(java.io.PrintWriter printWriter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
Closes the log sink.void
log(java.lang.String message)
Send a message to the log sink.
-
-
-
Method Detail
-
log
public void log(java.lang.String message)
Description copied from class:LogSink
Send a message to the log sink.
-
-