org.joone.log
Class LoggerFactory
- java.lang.Object
-
- org.joone.log.LoggerFactory
-
public class LoggerFactory extends java.lang.ObjectClass used to decouple the engine's logging requests from the libraries that expose the logging service.
-
-
Constructor Summary
Constructors Constructor and Description LoggerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static ILoggergetLogger(java.lang.Class cls)Method to get the Logger to use to print out the log messages.
-
-
-
Method Detail
-
getLogger
public static ILogger getLogger(java.lang.Class cls)
Method to get the Logger to use to print out the log messages.- Parameters:
cls- The Class of the calling object- Returns:
- The instance of the Logger
-
-
DataMelt 3.0 © DataMelt by jWork.ORG