@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)
LoggerInfoMetadata
getDescription
in interface LoggerInfoMetadata
public String getDescription(String logger, Locale locale)
LoggerInfoMetadata
getDescription
in interface LoggerInfoMetadata
public Set<String> getLoggerNames()
LoggerInfoMetadata
getLoggerNames
in interface LoggerInfoMetadata
public String getSubsystem(String logger)
LoggerInfoMetadata
getSubsystem
in interface LoggerInfoMetadata
public boolean isPublished(String logger)
LoggerInfoMetadata
isPublished
in interface LoggerInfoMetadata
true
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.ModuleChangeListener
Copyright © 2018. All rights reserved.