java.lang.Object
org.seppiko.glf.api.LoggerFactory
public final class LoggerFactory
extends java.lang.Object
Logger factory is a virtual implementation class for get real implementation service of logger.
- Author:
- Leonard Woo
-
Constructor Summary
Constructors Constructor Description LoggerFactory() -
Method Summary
Modifier and Type Method Description static LoggergetLogger(java.lang.Class<?> clazz)static LoggergetLogger(java.lang.String name)static ILoggerFactorygetLoggerFactory()static GLFServiceProvidergetServiceProvider()
-
Constructor Details
-
LoggerFactory
public LoggerFactory()
-
-
Method Details