Interface MessageBuilder
public interface MessageBuilder
Message builder that supports configurable styling.
- Since:
- 3.1.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiona
(char[] value) Append content to the message buffer.a
(char[] value, int offset, int len) Append content to the message buffer.a
(CharSequence value) Append content to the message buffer.a
(CharSequence value, int start, int end) Append content to the message buffer.Append content to the message buffer.Append message content in failure style.Append formatted content to the buffer.Append message content in mojo style.newline()
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 warning style.
-
Method Details
-
debug
-
info
-
error
-
success
Append message content in success style. By default, bold green -
warning
Append message content in warning style. By default, bold yellow -
failure
Append message content in failure style. By default, bold red -
strong
Append message content in strong style. By default, bold -
mojo
Append message content in mojo style. By default, green -
project
Append message content in project style. By default, cyan -
a
Append content to the message buffer. -
a
Append content to the message buffer. -
a
Append content to the message buffer. -
a
Append content to the message buffer. -
a
Append content to the message buffer. -
newline
MessageBuilder newline()Append newline to the message buffer. -
format
Append formatted content to the buffer.- See Also:
-