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