|
JBoss Log Manager 1.2.0.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Logger.AttachmentKey | |
---|---|
org.jboss.logmanager |
Uses of Logger.AttachmentKey in org.jboss.logmanager |
---|
Fields in org.jboss.logmanager declared as Logger.AttachmentKey | |
---|---|
static Logger.AttachmentKey<Configurator> |
Configurator.ATTACHMENT_KEY
The attachment key of the chosen configurator, used to maintain a strong ref to any configured properties. |
Methods in org.jboss.logmanager with parameters of type Logger.AttachmentKey | ||
---|---|---|
|
Logger.attach(Logger.AttachmentKey<V> key,
V value)
Attach an object to this logger under a given key. |
|
|
Logger.attachIfAbsent(Logger.AttachmentKey<V> key,
V value)
Attach an object to this logger under a given key, if such an attachment does not already exist. |
|
|
Logger.detach(Logger.AttachmentKey<V> key)
Remove an attachment. |
|
|
Logger.getAttachment(Logger.AttachmentKey<V> key)
Get the attachment value for a given key, or null if there is no such attachment. |
|
|
LogContext.getAttachment(String loggerName,
Logger.AttachmentKey<V> key)
Get a logger attachment for a logger name, if it exists. |
|
JBoss Log Manager 1.2.0.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |