org.modeshape.common.logging.jdk
Class JdkLoggerFactory
java.lang.Object
org.modeshape.common.logging.LogFactory
org.modeshape.common.logging.jdk.JdkLoggerFactory
public final class JdkLoggerFactory
- extends LogFactory
Factory used to create the Logger
implementation that uses the JDK logging framework.
Method Summary |
protected Logger |
getLogger(String name)
Return a logger named according to the name parameter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdkLoggerFactory
public JdkLoggerFactory()
getLogger
protected Logger getLogger(String name)
- Description copied from class:
LogFactory
- Return a logger named according to the name parameter.
- Specified by:
getLogger
in class LogFactory
- Parameters:
name
- The name of the logger.
- Returns:
- logger
Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.