- All Known Implementing Classes:
CliOutLogger,CliOutNone
public interface CliOut
Interface to log messages and
exceptions.-
Method Summary
-
Method Details
-
log
- Parameters:
message- the message to print.
-
log
- Parameters:
messages- the array of messages to print in a single line.
-
logFormat
Likelog(String)but with dynamic arguments.- Parameters:
format- - seeString.format(String, Object...).args- - seeString.format(String, Object...).
-
log
- Parameters:
message- the error message to print.exception- theThrowablethat occurred ornullfor none.
-
log
- Parameters:
exception- theThrowablethat occurred.
-
isSuppressed
boolean isSuppressed()- Returns:
trueif thisCliOutis suppressed and all methods will have no effect,falseotherwise.
-