Package com.jk.core.config
Class JKConstants.Log
java.lang.Object
com.jk.core.config.JKConstants.Log
- Enclosing class:
- JKConstants
This class provides constants related to Log.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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 -
Method Summary
-
Field Details
-
LOG_PREFIX
Represents the configuration property for specifying the log prefix.- See Also:
-
FILTER
Represents the configuration property for specifying the log filter.- See Also:
-
LEVEL
Represents the configuration property for specifying the log level.- See Also:
-
FILE_NAME
Represents the configuration property for specifying the log file name.- See Also:
-
-
Constructor Details
-
Log
public Log()
-