@Deprecated public class LogConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ALL_FIELDS
Deprecated.
Attribute defining the set of all fields being logged.
|
static String |
BACKEND
Deprecated.
Attribute defining whether the logs to be stored in
flat-files or to a Database.
|
static String |
BUFFER_SIZE
Deprecated.
Attribute defining the Buffer size.
|
static String |
BUFFER_TIME
Deprecated.
Attribute defining the Buffering time.
|
static String |
CONTEXT_ID
Deprecated.
The ContextID field.
|
static String |
CRLF
Deprecated.
Defines CarriageReturn/LineFeed characters.
|
static String |
DATA
Deprecated.
The Data field.
|
static String |
DB_DRIVER
Deprecated.
Attribute defining the Database Driver.
|
static String |
DB_MEM_MAX_RECS
Deprecated.
Attribute defining the Maximum LogRecords held in memory if
DB logging fails.
|
static String |
DEBUG_IMPL_CLASS
Deprecated.
Attribute defining the Class that implements the custom
debug method in the case of log failure.
|
static String |
DOMAIN
Deprecated.
The Domain field.
|
static String |
HOST_NAME
Deprecated.
The HostName field.
|
static String |
IP_ADDR
Deprecated.
The IPAddr field.
|
static String |
LOG_FIELDS
Deprecated.
Attribute defining the fields currently selected by the administrator
to be logged.
|
static String |
LOG_LEVEL
Deprecated.
The LogLevel field.
|
static String |
LOG_LOCATION
Deprecated.
Attribute defining the location where the logs go.
|
static String |
LOG_STATUS
Deprecated.
Property defining whether logging is enabled
|
static String |
LOGGED_BY
Deprecated.
The LoggedBy field.
|
static String |
LOGGING_SERVICE
Deprecated.
Defines the LoggingService name.
|
static String |
LOGIN_ID
Deprecated.
The LoginID field.
|
static int |
MAX_FIELDS
Deprecated.
The maximum number of fields in a "regular" record.
|
static String |
MAX_FILE_SIZE
Deprecated.
Attribute defining the maximum (flat) file size, above which
the files are either archived or rotated.
|
static String |
MESSAGE_ID
Deprecated.
The MessageID field.
|
static String |
MODULE_NAME
Deprecated.
The ModuleName field.
|
static String |
NAME_ID
Deprecated.
The NameID field.
|
static String |
NUM_HISTORY_FILES
Deprecated.
Attribute defining the number of history files a (flat file)
log should have.
|
static String |
TIME
Deprecated.
The Date/Time field.
|
static String |
TIME_BUFFERING_STATUS
Deprecated.
Attribute defining the Time Buffering Status; ON or OFF.
|
public static final String MAX_FILE_SIZE
public static final String LOG_LOCATION
public static final String BACKEND
public static final String DB_DRIVER
public static final String ALL_FIELDS
public static final String LOG_FIELDS
public static final String NUM_HISTORY_FILES
public static final String CRLF
public static final String LOGGING_SERVICE
public static final String DEBUG_IMPL_CLASS
public static final String BUFFER_SIZE
public static final String DB_MEM_MAX_RECS
public static final String BUFFER_TIME
public static final String TIME_BUFFERING_STATUS
public static final String LOG_STATUS
public static final String TIME
public static final String DATA
public static final String LOG_LEVEL
public static final String DOMAIN
public static final String LOGIN_ID
public static final String IP_ADDR
public static final String HOST_NAME
public static final String MODULE_NAME
public static final String LOGGED_BY
public static final String CONTEXT_ID
public static final String MESSAGE_ID
public static final String NAME_ID
public static final int MAX_FIELDS
Copyright © 2010-2018, ForgeRock All Rights Reserved.