Package com.jk.core.logging
Class JKLoggerFactory
java.lang.Object
com.jk.core.logging.JKLoggerFactory
A factory for creating JKLogger objects.
-
Method Details
-
getLogger
Gets the logger.- Parameters:
class1
- the class 1- Returns:
- the logger
-
getLogger
Gets the logger.- Parameters:
name
- the name- Returns:
- the logger
-
main
The main method.- Parameters:
args
- the arguments
-
initLoggers
public static void initLoggers()Inits the loggers. -
getCurrentLogFile
Gets the current log file.- Returns:
- the current log file
-