oracle.adf.share.logging.internal
Class LoggingConstants
java.lang.Object
oracle.adf.share.logging.internal.LoggingConstants
public final class LoggingConstants
- extends java.lang.Object
This class contains some common constants used by the internal
implementation of the logging framework. Therefore, it is declared as
final(not subclassable), and its constructor is private(uninstantiable).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STARTTIME
public static final long STARTTIME
TIMER
public static final java.lang.String TIMER
- See Also:
- Constant Field Values
COUNTER
public static final java.lang.String COUNTER
- See Also:
- Constant Field Values
STATE
public static final java.lang.String STATE
- See Also:
- Constant Field Values
DASH
public static final char DASH
- See Also:
- Constant Field Values
COMMENT_PREFIX
public static final java.lang.String COMMENT_PREFIX
- See Also:
- Constant Field Values
INDEX_PREFIX
public static final java.lang.String INDEX_PREFIX
- See Also:
- Constant Field Values
DATETIME_PREFIX
public static final java.lang.String DATETIME_PREFIX
- See Also:
- Constant Field Values
LOG_SEPARATOR
public static final java.lang.String LOG_SEPARATOR
- See Also:
- Constant Field Values
SENSOR_SEPARATOR_LEFT
public static final java.lang.String SENSOR_SEPARATOR_LEFT
- See Also:
- Constant Field Values
SENSOR_SEPARATOR_RIGHT
public static final java.lang.String SENSOR_SEPARATOR_RIGHT
- See Also:
- Constant Field Values
NAME_SEPARATOR
public static final char NAME_SEPARATOR
- See Also:
- Constant Field Values
LOG_FILE_SUFFIX
public static final java.lang.String LOG_FILE_SUFFIX
- See Also:
- Constant Field Values
PERFLOG_FILE_PREFIX
public static final java.lang.String PERFLOG_FILE_PREFIX
- See Also:
- Constant Field Values
FILE_SEPARATOR
public static final java.lang.String FILE_SEPARATOR
LINE_SEPARATOR
public static final java.lang.String LINE_SEPARATOR
LOGHANDLER_MESSAGEBUNDLE
public static final java.lang.String LOGHANDLER_MESSAGEBUNDLE
- See Also:
- Constant Field Values
Copyright © 1997, 2011, Oracle. All rights reserved.