-
MessageBuilder.a(char[] value)
Append content to the message buffer.
MessageBuilder.a(char[] value,
int offset,
int len)
Append content to the message buffer.
Append content to the message buffer.
Append content to the message buffer.
Append content to the message buffer.
Creates a new message builder.
MessageBuilderFactory.builder(int size)
Creates a new message builder of the specified size.
Creates a new message builder backed by the given string builder.
Append message content in debug style.
Append message content in error style.
Append message content in failure style.
Append formatted content to the buffer.
Append message content in info style.
Append message content in mojo style.
Append newline to the message buffer.
Append message content in project style.
Append message content in strong style.
Append message content in success style.
Append message content in trace style.
Append message content in warning style.