|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for objects that support serialization for logdoc.
| Method Summary | |
void |
serialize(LogdocStringBuffer buffer)
Serializes this object for logging to the specified string buffer. |
| Method Detail |
public void serialize(LogdocStringBuffer buffer)
throws NullPointerException
If the argument is null, then a NullPointerException
should be thrown by the implementation. This can just be accomplished by
dereferencing it, for example:
buffer.append("Something");
Implementations should use LogCentral.getLocale() to
determine which locale (language) to choose.
buffer - the LogdocStringBuffer to serialize to, cannot be
null.
NullPointerException - if buffer == null.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||