Package io.higson.runtime.function.log
Interface RuntimeLogger
- All Known Implementing Classes:
ListenableLogger
public interface RuntimeLogger
-
Method Details
-
isTrace
boolean isTrace() -
trace
-
isDebug
boolean isDebug() -
debug
-
isInfo
boolean isInfo() -
info
-
isWarn
boolean isWarn() -
warn
-
isError
boolean isError() -
error
-