Uses of Class
io.toro.martini.util.ApplicationLogger
-
Packages that use ApplicationLogger Package Description io.toro.martini -
-
Uses of ApplicationLogger in io.toro.martini
Methods in io.toro.martini that return ApplicationLogger Modifier and Type Method Description ApplicationLogger
LoggerMethods. logger()
Get a logged named groovy.static ApplicationLogger
LoggerMethods. logger(Class clazz)
Get a logger named after a class.static ApplicationLogger
LoggerMethods. logger(String scriptName)
Get a logger named after a script.
-