Class JKLogConfig

java.lang.Object
com.jk.core.logging.JKLogConfig

public class JKLogConfig extends Object
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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method gets all the generated loggers and print their name alongside their level severity.
    This method gets the JKLogConfig instance.
    static void
    main(String[] args)
    This main method prints all the JKLogs with their name and level severity.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JKLogConfig

      public JKLogConfig()
  • Method Details

    • getInstace

      public static JKLogConfig getInstace()
      This method gets the JKLogConfig 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

      public static void main(String[] args)
      This main method prints all the JKLogs with their name and level severity.
      Parameters:
      args - the command-line arguments.