public final class ObjectArrayMessage extends Object implements Message
Created for use with the CSV layout. For example:
logger.debug(new ObjectArrayMessage(1, 2, "Bob"));
| Constructor and Description |
|---|
ObjectArrayMessage(Object... obj)
Creates the ObjectMessage.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFormat()
Returns the object formatted using its toString method.
|
String |
getFormattedMessage()
Returns the formatted object message.
|
Object[] |
getParameters()
Returns the object as if it were a parameter.
|
Throwable |
getThrowable()
Returns null.
|
int |
hashCode() |
String |
toString() |
public ObjectArrayMessage(Object... obj)
obj - The Object to format.public String getFormat()
public String getFormattedMessage()
getFormattedMessage in interface Messagepublic Object[] getParameters()
getParameters in interface Messagepublic Throwable getThrowable()
getThrowable in interface MessageCopyright © 2006-2016 OPS4J - Open Participation Software for Java. All Rights Reserved.