Uses of Interface
com.snowtide.util.logging.Log
-
Packages that use Log Package Description com.snowtide.util.logging -
-
Uses of Log in com.snowtide.util.logging
Methods in com.snowtide.util.logging that return Log Modifier and Type Method Description Log
LogFactory. getLog(Class c)
Returns a Log instance specific to the specified class.Log
LogFactory. getLog(String logname)
Returns a Log instance corresponding to the specified logger name.static Log
LoggingRegistry. getLog(Class c)
Convenience method for retrieving a Log instance for the given Class from the current LogFactory.static Log
LoggingRegistry. getLog(String logname)
Convenience method for retrieving a Log instance with the given name from the current LogFactory.
-