Class JKConstants.Log

java.lang.Object
com.jk.core.config.JKConstants.Log
Enclosing class:
JKConstants

public static class JKConstants.Log extends Object
This class provides constants related to Log.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Represents the configuration property for specifying the log file name.
    static final String
    Represents the configuration property for specifying the log filter.
    static final String
    Represents the configuration property for specifying the log level.
    static final String
    Represents the configuration property for specifying the log prefix.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Log()
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • LOG_PREFIX

      public static final String LOG_PREFIX
      Represents the configuration property for specifying the log prefix.
      See Also:
    • FILTER

      public static final String FILTER
      Represents the configuration property for specifying the log filter.
      See Also:
    • LEVEL

      public static final String LEVEL
      Represents the configuration property for specifying the log level.
      See Also:
    • FILE_NAME

      public static final String FILE_NAME
      Represents the configuration property for specifying the log file name.
      See Also:
  • Constructor Details

    • Log

      public Log()