Package org.jboss.logmanager
Class Logger.AttachmentKey<V>
- java.lang.Object
-
- org.jboss.logmanager.Logger.AttachmentKey<V>
-
- Type Parameters:
V
- the attachment value type
- Enclosing class:
- Logger
public static final class Logger.AttachmentKey<V> extends java.lang.Object
An attachment key instance.
-
-
Constructor Summary
Constructors Constructor Description AttachmentKey()
Construct a new instance.
-