Package com.aoindustries.aoserv.daemon
Class TicketLoggingHandler
java.lang.Object
java.util.logging.Handler
com.aoapps.hodgepodge.logging.QueuedHandler
com.aoindustries.aoserv.client.ticket.TicketLoggingHandler
com.aoindustries.aoserv.daemon.TicketLoggingHandler
Provides static access to the logging facilities. The logs are written
into the AOServ ticket system under the type "logs".
- Author:
- AO Industries, Inc.
-
Constructor Summary
ConstructorsConstructorDescriptionPublic constructor required so can be specified inlogging.properties. -
Method Summary
Methods inherited from class com.aoindustries.aoserv.client.ticket.TicketLoggingHandler
backgroundPublish, close, generateActionSummary, getHandler, getPriorityNameMethods inherited from class com.aoapps.hodgepodge.logging.QueuedHandler
flush, newExecutor, publish, shutdownExecutorMethods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
-
Constructor Details
-
TicketLoggingHandler
public TicketLoggingHandler()Public constructor required so can be specified inlogging.properties.
-
