Class DynamicStreamHandler

java.lang.Object
java.util.logging.Handler
java.util.logging.StreamHandler
com.sk89q.worldedit.util.logging.DynamicStreamHandler

public class DynamicStreamHandler extends StreamHandler
A StreamHandler delegate that allows for the swap and disable of another handler. When setHandler(StreamHandler) is called with null, then records passed onto this handler will be dropped. Otherwise, the delegate handler will receive those records.