All Packages Class Hierarchy This Package Previous Next Index
Interface com.ups.xmlsdk.util.logging.LogDefs
- public interface LogDefs
Constants for classes that use the logging interface.
-
CODE_UNSET
-
-
LOG_ALERT
-
-
LOG_ALL
-
-
LOG_CRITICAL
-
-
LOG_DEBUG
-
-
LOG_EMERGENCY
-
-
LOG_ERROR
-
-
LOG_INFO
-
-
LOG_NOTICE
-
-
LOG_PACKAGE_COUNT
-
-
LOG_PRINT_LABEL
-
-
LOG_START_SESSION
-
-
LOG_TRACE
-
-
LOG_WARNING
-
LOG_EMERGENCY
public static final int LOG_EMERGENCY
LOG_ALERT
public static final int LOG_ALERT
LOG_CRITICAL
public static final int LOG_CRITICAL
LOG_ERROR
public static final int LOG_ERROR
LOG_WARNING
public static final int LOG_WARNING
LOG_NOTICE
public static final int LOG_NOTICE
LOG_INFO
public static final int LOG_INFO
LOG_DEBUG
public static final int LOG_DEBUG
LOG_TRACE
public static final int LOG_TRACE
LOG_ALL
public static final int LOG_ALL
CODE_UNSET
public static final long CODE_UNSET
LOG_START_SESSION
public static final int LOG_START_SESSION
LOG_PACKAGE_COUNT
public static final int LOG_PACKAGE_COUNT
LOG_PRINT_LABEL
public static final int LOG_PRINT_LABEL
All Packages Class Hierarchy This Package Previous Next Index