Package org.jfree.base.log
Class PadMessage
- java.lang.Object
-
- org.jfree.base.log.PadMessage
-
public class PadMessage extends java.lang.Object
A message object that pads the output if the text is shorter than the given length. This is usefull when concating multiple messages, which should appear in a table like style.
-
-
Constructor Summary
Constructors Constructor Description PadMessage(java.lang.Object message, int length)
Creates a new message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
Returns a string representation of the message.
-