Modifier and Type | Class and Description |
---|---|
class |
AbstractLoggerPluginInstance
An abstract base class for logger plugin instances.
|
class |
NullLoggerPluginInstance
LoggerPlugin implementation producing no output at all.
|
Modifier and Type | Field and Description |
---|---|
protected LoggerPluginInstance |
Logger.loggerDelegate
The logger plugin delegate
|
Modifier and Type | Method and Description |
---|---|
LoggerPluginInstance |
LoggerPlugin.getInstance(String name,
String resourceBundleName)
Get a logger plugin instance with the given name.
|
LoggerPluginInstance |
NullLoggerPlugin.getInstance(String name,
String resourceBundleName)
Get a logger plugin instance with the given name.
|
LoggerPluginInstance |
Logger.getLoggerPluginInstance()
Get the logger plugin delegate
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.