Class QueuedHandler

java.lang.Object
java.util.logging.Handler
com.aoapps.hodgepodge.logging.QueuedHandler

public abstract class QueuedHandler extends Handler

An implementation of Handler that queues log records and handles them in the background. The log records are processed in the order received, regardless of level.

Configures itself similar to ConsoleHandler via HandlerUtil.configure(java.util.logging.Handler).

Author:
AO Industries, Inc.