Serialized Form


Package org.jboss.logging

Class org.jboss.logging.DynamicLogger extends Logger implements Serializable

serialVersionUID: -5963699806863917370L

Serialized Fields

logLevel

int logLevel
The log level to use for the "log" primitive

Class org.jboss.logging.Logger extends Object implements Serializable

serialVersionUID: 4232175575988879434L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Custom serialization to reinitalize the delegate

Throws:
IOException - for any error
ClassNotFoundException - if a class is not found during deserialization
Serialized Fields

name

String name
The logger name.



Copyright © 2009 JBoss Inc.. All Rights Reserved.