Uses of Class
com.pnfsoftware.jeb.util.logging.BufferSink
Packages that use BufferSink
Package
Description
Types used access the logging system used by JEB.
-
Uses of BufferSink in com.pnfsoftware.jeb.util.logging
Methods in com.pnfsoftware.jeb.util.logging that return BufferSinkModifier 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.Methods in com.pnfsoftware.jeb.util.logging that return types with arguments of type BufferSinkModifier and TypeMethodDescriptionstatic List<BufferSink>
GlobalLog.getDestinationBuffers()
Get the list of registered buffer sinks.