Uses of Class
com.pnfsoftware.jeb.util.logging.BufferSink
Package
Description
Types used access the logging system used by JEB.
-
Uses of BufferSink in com.pnfsoftware.jeb.util.logging
Modifier and TypeMethodDescriptionstatic BufferSink
GlobalLog.addDestinationBuffer
(List<CharSequence> buffer) Add a destination buffer to the list of log message recipients.static BufferSink
GlobalLog.removeDestinationBuffer
(List<CharSequence> buffer) Remove a destination buffer.Modifier and TypeMethodDescriptionstatic List<BufferSink>
GlobalLog.getDestinationBuffers()
Get the list of registered buffer sinks.