Package org.jboss.logmanager
Class LogService
- java.lang.Object
-
- org.jboss.logmanager.LogService
-
public final class LogService extends java.lang.ObjectA simple log service which can be used to remove any bootstrap handlers when a real handler is configured.
-
-
Constructor Summary
Constructors Constructor Description LogService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate()Create lifecycle method.voiddestroy()Destroy lifecycle method.voidstart()Start method; removes and saves bootstrap handlers.voidstop()Stop method; removes root handlers and restores the bootstrap handlers.
-