Uses of Interface
org.apache.commons.logging.Log
-
Packages that use Log Package Description net.ggtools.grand.log -
-
Uses of Log in net.ggtools.grand.log
Classes in net.ggtools.grand.log that implement Log Modifier and Type Class Description class
AntLog
Methods in net.ggtools.grand.log that return Log Modifier and Type Method Description Log
LoggerFactory. getLog(Class<?> clazz)
Get a logger named from a specific class.Log
LoggerFactory. getLog(String name)
Get a named logger.static Log
LoggerManager. getLog(Class<?> clazz)
Method getLog.static Log
LoggerManager. getLog(String name)
Method getLog.
-