@Service @Singleton public class LoggerInfoMetadataService extends Object implements LoggerInfoMetadata, com.sun.enterprise.module.ModuleChangeListener
| Constructor and Description |
|---|
LoggerInfoMetadataService() |
| Modifier and Type | Method and Description |
|---|---|
void |
changed(com.sun.enterprise.module.Module sender) |
String |
getDescription(String logger)
Gets the description for the named logger.
|
String |
getDescription(String logger,
Locale locale)
Get description for the named logger for given locale
|
Set<String> |
getLoggerNames()
Provides a set of logger names for which additional metadata is available.
|
String |
getSubsystem(String logger)
Gets the subsystem grouping to which a specified logger belongs.
|
boolean |
isPublished(String logger)
Gets whether the specified logger is to be included in the public doc.
|
public String getDescription(String logger)
LoggerInfoMetadatagetDescription in interface LoggerInfoMetadatapublic String getDescription(String logger, Locale locale)
LoggerInfoMetadatagetDescription in interface LoggerInfoMetadatapublic Set<String> getLoggerNames()
LoggerInfoMetadatagetLoggerNames in interface LoggerInfoMetadatapublic String getSubsystem(String logger)
LoggerInfoMetadatagetSubsystem in interface LoggerInfoMetadatapublic boolean isPublished(String logger)
LoggerInfoMetadataisPublished in interface LoggerInfoMetadatatrue if the logger is to be documented otherwise
false for internal fine-grained loggers.public void changed(com.sun.enterprise.module.Module sender)
changed in interface com.sun.enterprise.module.ModuleChangeListenerCopyright © 2017. All rights reserved.