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 LogLogFactory. getLog(Class c)Returns a Log instance specific to the specified class.LogLogFactory. getLog(String logname)Returns a Log instance corresponding to the specified logger name.static LogLoggingRegistry. getLog(Class c)Convenience method for retrieving a Log instance for the given Class from the current LogFactory.static LogLoggingRegistry. getLog(String logname)Convenience method for retrieving a Log instance with the given name from the current LogFactory.
-