Uses of Class
org.jboss.logmanager.Logger.AttachmentKey
Packages that use Logger.AttachmentKey
-
Uses of Logger.AttachmentKey in org.jboss.logmanager
Methods in org.jboss.logmanager with parameters of type Logger.AttachmentKeyModifier and TypeMethodDescription<V> VLogContext.attach(Logger.AttachmentKey<V> key, V value) Attach an object to this log context under a given key.<V> VLogger.attach(Logger.AttachmentKey<V> key, V value) Attach an object to this logger under a given key.<V> VLogContext.attachIfAbsent(Logger.AttachmentKey<V> key, V value) Attach an object to this log context under a given key, if such an attachment does not already exist.<V> VLogger.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.<V> VLogContext.detach(Logger.AttachmentKey<V> key) Remove an attachment.<V> VLogger.detach(Logger.AttachmentKey<V> key) Remove an attachment.<V> VLogContext.getAttachment(String loggerName, Logger.AttachmentKey<V> key) Get a logger attachment for a logger name, if it exists.<V> VLogContext.getAttachment(Logger.AttachmentKey<V> key) Get the attachment value for a given key, ornullif there is no such attachment.<V> VLogger.getAttachment(Logger.AttachmentKey<V> key) Get the attachment value for a given key, ornullif there is no such attachment. -
Uses of Logger.AttachmentKey in org.jboss.logmanager.configuration
Fields in org.jboss.logmanager.configuration declared as Logger.AttachmentKeyModifier and TypeFieldDescriptionstatic final Logger.AttachmentKey<ContextConfiguration>ContextConfiguration.CONTEXT_CONFIGURATION_KEY