public interface InternalLoggerFactory
Modifier and Type | Method and Description |
---|---|
Logger |
getLogger(java.lang.String messageCatalogName,
java.lang.String loggerID,
java.lang.String overrideloggerClassName)
Find or create a logger for a named package/class.
|
java.lang.String |
getLoggingProperty(java.lang.String name)
When run in JSR47, this allows access to the properties in the logging.properties file.
|
Logger getLogger(java.lang.String messageCatalogName, java.lang.String loggerID, java.lang.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.java.lang.String getLoggingProperty(java.lang.String name)
name
- the property to return