JBoss Log Manager 1.3.2.Final-redhat-1

org.jboss.logmanager
Class LogService

java.lang.Object
  extended by org.jboss.logmanager.LogService

public final class LogService
extends Object

A simple log service which can be used to remove any bootstrap handlers when a real handler is configured.


Constructor Summary
LogService()
           
 
Method Summary
 void create()
          Create lifecycle method.
 void destroy()
          Destroy lifecycle method.
 void start()
          Start method; removes and saves bootstrap handlers.
 void stop()
          Stop method; removes root handlers and restores the bootstrap handlers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogService

public LogService()
Method Detail

create

public void create()
Create lifecycle method.


start

public void start()
Start method; removes and saves bootstrap handlers.


stop

public void stop()
Stop method; removes root handlers and restores the bootstrap handlers.


destroy

public void destroy()
Destroy lifecycle method.


JBoss Log Manager 1.3.2.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.