Uses of Class
com.pnfsoftware.jeb.util.logging.StreamSink
Packages that use StreamSink
Package
Description
Types used access the logging system used by JEB.
-
Uses of StreamSink in com.pnfsoftware.jeb.util.logging
Methods in com.pnfsoftware.jeb.util.logging that return StreamSinkModifier and TypeMethodDescriptionstatic StreamSink
GlobalLog.addDestinationStream
(OutputStream out) Add a destination stream to the list of log message recipients.static StreamSink
GlobalLog.removeDestinationStream
(OutputStream out) Remove a destination stream.Methods in com.pnfsoftware.jeb.util.logging that return types with arguments of type StreamSinkModifier and TypeMethodDescriptionstatic List<StreamSink>
GlobalLog.getDestinationStreams()
Get the list of registered stream sinks.