Serialized Form
Package org.jboss.logging |
serialVersionUID: 4232175575988879434L
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
readResolve
protected final Object readResolve()
- Read resolver; replaces deserialized instance with a canonical instance.
name
String name
- The logger name.
resourceBundleName
String resourceBundleName
- The resource bundle name.
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.