org.jboss.wsf.common.logging
Class JDKLogManager

java.lang.Object
  extended by java.util.logging.LogManager
      extended by org.jboss.wsf.common.logging.JDKLogManager

public class JDKLogManager
extends java.util.logging.LogManager

A LogManager that adds a JBossLogHandler to every Logger

Since:
18-Dec-2007
Author:
Thomas.Diesler@jboss.com

Field Summary
 
Fields inherited from class java.util.logging.LogManager
LOGGING_MXBEAN_NAME
 
Constructor Summary
JDKLogManager()
           
 
Method Summary
 java.util.logging.Logger getLogger(java.lang.String name)
           
 
Methods inherited from class java.util.logging.LogManager
addLogger, addPropertyChangeListener, checkAccess, getLoggerNames, getLoggingMXBean, getLogManager, getProperty, readConfiguration, readConfiguration, removePropertyChangeListener, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDKLogManager

public JDKLogManager()
Method Detail

getLogger

public java.util.logging.Logger getLogger(java.lang.String name)
Overrides:
getLogger in class java.util.logging.LogManager


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.