Serialized Form
Package org.jboss.logmanager |
serialVersionUID: -9174374711278052369L
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
ndc
String ndc
formatStyle
ExtLogRecord.FormatStyle formatStyle
mdcCopy
Map<K,V> mdcCopy
sourceLineNumber
int sourceLineNumber
sourceFileName
String sourceFileName
formattedMessage
String formattedMessage
threadName
String threadName
serialVersionUID: 491981186783136939L
serialVersionUID: 5093333069125075416L
writeReplace
private Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
loggerNode
org.jboss.logmanager.LoggerNode loggerNode
- The named logger tree node.
handlers
Handler[] handlers
- The handlers for this logger. May only be updated using the
Logger.handlersUpdater
atomic updater. The array
instance should not be modified (treat as immutable).
useParentHandlers
boolean useParentHandlers
- Flag to specify whether parent handlers are used.
filter
Filter filter
- The filter for this logger instance.
attachments
Map<K,V> attachments
- The attachments map.
level
Level level
- The actual level. May only be modified when the logmanager's level change lock is held; in addition, changing
this field must be followed immediately by recursively updating the effective loglevel of the child tree.
effectiveLevel
int effectiveLevel
- The effective level. May only be modified when the logmanager's level change lock is held; in addition, changing
this field must be followed immediately by recursively updating the effective loglevel of the child tree.
serialVersionUID: 8266206989821750874L
readResolve
public Object readResolve()
throws ObjectStreamException
- Get the actual logger for this marker.
- Throws:
ObjectStreamException
- (never)- See Also:
- Serialization spec, 3.7
name
String name
Copyright © 2009 JBoss, a division of Red Hat, Inc.