Package com.jk.core.logging
Class JKLogConfig
java.lang.Object
com.jk.core.logging.JKLogConfig
This class provide a way to print all the loggers in this application with
their severity level specified.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dump()
This method gets all the generated loggers and print their name alongside their level severity.static JKLogConfig
This method gets theJKLogConfig
instance.static void
This main method prints all theJKLog
s with their name and level severity.
-
Constructor Details
-
JKLogConfig
public JKLogConfig()
-
-
Method Details
-
getInstace
This method gets theJKLogConfig
instance.- Returns:
- the
JKLogConfig
instance.
-
dump
public void dump()This method gets all the generated loggers and print their name alongside their level severity. -
main
This main method prints all theJKLog
s with their name and level severity.- Parameters:
args
- the command-line arguments.
-