Package net.ggtools.grand.log
Interface LoggerFactory
-
public interface LoggerFactory
Interface implemented by classes providing loggers. This interface is design to be used only through theLoggerManager
class.- Author:
- Christophe Labouisse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Log
getLog(Class<?> clazz)
Get a logger named from a specific class.Log
getLog(String name)
Get a named logger.
-