org.jboss.logging
Class NullLoggerPlugin
java.lang.Object
org.jboss.logging.NullLoggerPlugin
- All Implemented Interfaces:
- LoggerPlugin
public class NullLoggerPlugin
- extends Object
- implements LoggerPlugin
The null logger plugin.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final LoggerPlugin INSTANCE
NullLoggerPlugin
public NullLoggerPlugin()
getInstance
public LoggerPluginInstance getInstance(String name,
String resourceBundleName)
- Get a logger plugin instance with the given name. The returned instance may be a cached or newly
created instance.
- Specified by:
getInstance
in interface LoggerPlugin
- Parameters:
name
- the logger category nameresourceBundleName
- the resource bundle name
- Returns:
- the corresponding logger plugin instance
getMDCProvider
public MDCProvider getMDCProvider()
-
getNDCProvider
public NDCProvider getNDCProvider()
-
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.