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