| Modifier and type | Action and description |
|---|---|
| void | debug(Supplier<T>) |
| void | debug(Object,Object*) |
| void | error(Supplier<T>) |
| void | error(Object,[Throwable],Object*) |
| java.util.logging.Logger | getLogger |
| int | getLogLevel |
| void | info(Supplier<T>) |
| void | info(Object,Object*) |
| boolean | isDebugLogEnabled |
| boolean | isErrorLogEnabled |
| boolean | isInfoLogEnabled |
| boolean | isWarningLogEnabled |
| void | println(Object)
Deprecated for removal since 3.0.10:
|
| void | setLoggingName(String) |
| void | setLogLevel(int) |
| void | warning(Supplier<T>) |
| void | warning(Object,[Throwable],Object*) |
val logger : java.util.logging.Logger
This property is an alias for the action: getLogger
var logLevel : int
This property is an alias for the action: getLogLevel
new(LoggingService)
def debug(Supplier<T>)
def debug(Object,Object*)
def error(Supplier<T>)
def error(Object,[Throwable],Object*)
def getLogger : java.util.logging.Logger
def getLogLevel : int
def info(Supplier<T>)
def info(Object,Object*)
def isDebugLogEnabled : boolean
def isErrorLogEnabled : boolean
def isInfoLogEnabled : boolean
def isWarningLogEnabled : boolean
def println(Object)
def setLoggingName(String)
def setLogLevel(int)
def warning(Supplier<T>)
def warning(Object,[Throwable],Object*)