P - The concrete LogPublisher typeC - The concrete LogPublisherCfg typeprotected static class AbstractLogger.LoggerStorage<P extends LogPublisher<C>,C extends LogPublisherCfg> extends Object
| Constructor and Description |
|---|
AbstractLogger.LoggerStorage()
Defined as public to allow subclasses of
AbstractLogger to
instantiate it. |
| Modifier and Type | Method and Description |
|---|---|
void |
addLogPublisher(P publisher)
Add a log publisher to the logger.
|
Collection<P> |
getLogPublishers()
Returns the logPublishers.
|
void |
removeAllLogPublishers()
Removes all existing log publishers from the logger.
|
boolean |
removeLogPublisher(P publisher)
Remove a log publisher from the logger.
|
public AbstractLogger.LoggerStorage()
AbstractLogger to
instantiate it.public void addLogPublisher(P publisher)
publisher - The log publisher to add.public boolean removeLogPublisher(P publisher)
publisher - The log publisher to remove.public void removeAllLogPublishers()
public Collection<P> getLogPublishers()
LogPublishersCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.