public interface InternalLoggerFactory
Modifier and Type | Method and Description |
---|---|
Logger |
getLogger(String messageCatalogName,
String loggerID,
String overrideloggerClassName)
Find or create a logger for a named package/class.
|
String |
getLoggingProperty(String name)
When run in JSR47, this allows access to the properties in the logging.properties file.
|
Logger getLogger(String messageCatalogName, String loggerID, String overrideloggerClassName)
messageCatalogName
- the resource bundle containing the logging messages.loggerID
- unique name to identify this logger.overrideloggerClassName
- the class name of the logger to use.@Nullable String getLoggingProperty(String name)
name
- the property to return