JBoss LogManager 1.1.0.CR6

Serialized Form


Package org.jboss.logmanager

Class org.jboss.logmanager.ExtLogRecord extends LogRecord implements Serializable

serialVersionUID: -9174374711278052369L

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

ndc

String ndc

formatStyle

ExtLogRecord.FormatStyle formatStyle

mdcCopy

Map<K,V> mdcCopy

sourceLineNumber

int sourceLineNumber

sourceFileName

String sourceFileName

formattedMessage

String formattedMessage

threadName

String threadName

Class org.jboss.logmanager.Level extends Level implements Serializable

serialVersionUID: 491981186783136939L

Class org.jboss.logmanager.Logger extends Logger implements Serializable

serialVersionUID: 5093333069125075416L

Serialization Methods

writeReplace

private Object writeReplace()
                     throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

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.

Class org.jboss.logmanager.SerializedLogger extends Object implements Serializable

serialVersionUID: 8266206989821750874L

Serialization Methods

readResolve

public Object readResolve()
                   throws ObjectStreamException
Get the actual logger for this marker.

Throws:
ObjectStreamException - (never)
See Also:
Serialization spec, 3.7
Serialized Fields

name

String name


JBoss LogManager 1.1.0.CR6

Copyright © 2009 JBoss, a division of Red Hat, Inc.