public static class NonBlockingInteractionMode.NullLogger$
extends Object
implements sbt.Logger
Modifier and Type | Field and Description |
---|---|
static NonBlockingInteractionMode.NullLogger$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
NullLogger$() |
Modifier and Type | Method and Description |
---|---|
void |
log(scala.Enumeration.Value level,
scala.Function0<String> message) |
void |
success(scala.Function0<String> message) |
void |
trace(scala.Function0<Throwable> t) |
public static final NonBlockingInteractionMode.NullLogger$ MODULE$