java.lang.Object
io.github.mmm.cli.io.impl.CliOutNone
- All Implemented Interfaces:
CliOut
Implementation of
CliOut that does nothing.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
The singleton instance.
-
-
Constructor Details
-
CliOutNone
public CliOutNone()The constructor.
-
-
Method Details
-
log
-
log
-
logFormat
Description copied from interface:CliOutLikeCliOut.log(String)but with dynamic arguments.- Specified by:
logFormatin interfaceCliOut- Parameters:
format- - seeString.format(String, Object...).args- - seeString.format(String, Object...).
-
log
-
log
-
isSuppressed
public boolean isSuppressed()- Specified by:
isSuppressedin interfaceCliOut- Returns:
trueif thisCliOutis suppressed and all methods will have no effect,falseotherwise.
-