Interface SimplifiedLog
-
public interface SimplifiedLog
-
-
Field Summary
Fields Modifier and Type Field Description static SimplifiedLog
EMPTY
An "empty"SimplifiedLog
that does nothing
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description boolean
isEnabled(java.util.logging.Level level)
default void
log(java.util.logging.Level level, java.lang.Object message)
void
log(java.util.logging.Level level, java.lang.Object message, java.lang.Throwable t)
-
-
-
Field Detail
-
EMPTY
static final SimplifiedLog EMPTY
An "empty"SimplifiedLog
that does nothing
-
-