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 TypeMethodDescriptionvoiddump()This method gets all the generated loggers and print their name alongside their level severity.static JKLogConfigThis method gets theJKLogConfiginstance.static voidThis main method prints all theJKLogs with their name and level severity. 
- 
Constructor Details
- 
JKLogConfig
public JKLogConfig() 
 - 
 - 
Method Details
- 
getInstace
This method gets theJKLogConfiginstance.- Returns:
 - the 
JKLogConfiginstance. 
 - 
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 theJKLogs with their name and level severity.- Parameters:
 args- the command-line arguments.
 
 -