Package com.sun.identity.log
Class LogConstants
java.lang.Object
com.sun.identity.log.LogConstants
Deprecated, for removal: This API element is subject to removal in a future version.
Defines constants used in the Logging service. LogConstants
helps in maintaining a central repository of all the constants used in the
package.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Attribute defining the set of all fields being logged.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Attribute defining whether the logs to be stored in flat-files or to a Database.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Attribute defining the Buffer size.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Attribute defining the Buffering time.static final StringDeprecated, for removal: This API element is subject to removal in a future version.The ContextID field.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Defines CarriageReturn/LineFeed characters.static final StringDeprecated, for removal: This API element is subject to removal in a future version.The Data field.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Attribute defining the Database Driver.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Attribute defining the Maximum LogRecords held in memory if DB logging fails.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Attribute defining the Class that implements the custom debug method in the case of log failure.static final StringDeprecated, for removal: This API element is subject to removal in a future version.The Domain field.static final StringDeprecated, for removal: This API element is subject to removal in a future version.The HostName field.static final StringDeprecated, for removal: This API element is subject to removal in a future version.The IPAddr field.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Attribute defining the fields currently selected by the administrator to be logged.static final StringDeprecated, for removal: This API element is subject to removal in a future version.The LogLevel field.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Attribute defining the location where the logs go.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Property defining whether logging is enabledstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.The LoggedBy field.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Defines the LoggingService name.static final StringDeprecated, for removal: This API element is subject to removal in a future version.The LoginID field.static final intDeprecated, for removal: This API element is subject to removal in a future version.The maximum number of fields in a "regular" record.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Attribute defining the maximum (flat) file size, above which the files are either archived or rotated.static final StringDeprecated, for removal: This API element is subject to removal in a future version.The MessageID field.static final StringDeprecated, for removal: This API element is subject to removal in a future version.The ModuleName field.static final StringDeprecated, for removal: This API element is subject to removal in a future version.The NameID field.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Attribute defining the number of history files a (flat file) log should have.static final StringDeprecated, for removal: This API element is subject to removal in a future version.The Date/Time field.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Attribute defining the Time Buffering Status; ON or OFF. -
Method Summary
-
Field Details
-
MAX_FILE_SIZE
Deprecated, for removal: This API element is subject to removal in a future version.Attribute defining the maximum (flat) file size, above which the files are either archived or rotated.- See Also:
-
LOG_LOCATION
Deprecated, for removal: This API element is subject to removal in a future version.Attribute defining the location where the logs go.- See Also:
-
BACKEND
Deprecated, for removal: This API element is subject to removal in a future version.Attribute defining whether the logs to be stored in flat-files or to a Database.- See Also:
-
DB_DRIVER
Deprecated, for removal: This API element is subject to removal in a future version.Attribute defining the Database Driver.- See Also:
-
ALL_FIELDS
Deprecated, for removal: This API element is subject to removal in a future version.Attribute defining the set of all fields being logged. These fields are predefined to be time, Date, LoginID, Domain, LogLevel, Data, IPAddr, and HostName.- See Also:
-
LOG_FIELDS
Deprecated, for removal: This API element is subject to removal in a future version.Attribute defining the fields currently selected by the administrator to be logged.- See Also:
-
NUM_HISTORY_FILES
Deprecated, for removal: This API element is subject to removal in a future version.Attribute defining the number of history files a (flat file) log should have.- See Also:
-
CRLF
Deprecated, for removal: This API element is subject to removal in a future version.Defines CarriageReturn/LineFeed characters.- See Also:
-
LOGGING_SERVICE
Deprecated, for removal: This API element is subject to removal in a future version.Defines the LoggingService name.- See Also:
-
DEBUG_IMPL_CLASS
Deprecated, for removal: This API element is subject to removal in a future version.Attribute defining the Class that implements the custom debug method in the case of log failure.- See Also:
-
BUFFER_SIZE
Deprecated, for removal: This API element is subject to removal in a future version.Attribute defining the Buffer size.- See Also:
-
DB_MEM_MAX_RECS
Deprecated, for removal: This API element is subject to removal in a future version.Attribute defining the Maximum LogRecords held in memory if DB logging fails.- See Also:
-
BUFFER_TIME
Deprecated, for removal: This API element is subject to removal in a future version.Attribute defining the Buffering time.- See Also:
-
TIME_BUFFERING_STATUS
Deprecated, for removal: This API element is subject to removal in a future version.Attribute defining the Time Buffering Status; ON or OFF.- See Also:
-
LOG_STATUS
Deprecated, for removal: This API element is subject to removal in a future version.Property defining whether logging is enabled- See Also:
-
TIME
Deprecated, for removal: This API element is subject to removal in a future version.The Date/Time field. This field is one of the two required in any log record.- See Also:
-
DATA
Deprecated, for removal: This API element is subject to removal in a future version.The Data field. This field is one of the two required in any log record.- See Also:
-
LOG_LEVEL
Deprecated, for removal: This API element is subject to removal in a future version.The LogLevel field. The level at which the log record was logged.- See Also:
-
DOMAIN
Deprecated, for removal: This API element is subject to removal in a future version.The Domain field. The AM Domain pertaining to the log record's Data field.- See Also:
-
LOGIN_ID
Deprecated, for removal: This API element is subject to removal in a future version.The LoginID field. The AM Login ID pertaining to the log record's Data field.- See Also:
-
IP_ADDR
Deprecated, for removal: This API element is subject to removal in a future version.The IPAddr field. The IP Address pertaining to the log record's Data field.- See Also:
-
HOST_NAME
Deprecated, for removal: This API element is subject to removal in a future version.The HostName field. The HostName pertaining to the log record's Data field.- See Also:
-
MODULE_NAME
Deprecated, for removal: This API element is subject to removal in a future version.The ModuleName field. The AM Module pertaining to the log record's Data field.- See Also:
-
LOGGED_BY
Deprecated, for removal: This API element is subject to removal in a future version.The LoggedBy field. The ID associated with who logged the record.- See Also:
-
CONTEXT_ID
Deprecated, for removal: This API element is subject to removal in a future version.The ContextID field. The ID associated with the user's session that is the subject of this log record.- See Also:
-
MESSAGE_ID
Deprecated, for removal: This API element is subject to removal in a future version.The MessageID field. The unique Message Identifier associated with this particular log record data field.- See Also:
-
NAME_ID
Deprecated, for removal: This API element is subject to removal in a future version.The NameID field. The Name Identifier associated with this particular log record data field.- See Also:
-
MAX_FIELDS
Deprecated, for removal: This API element is subject to removal in a future version.The maximum number of fields in a "regular" record. Includes Time, Data, LogLevel, Domain, LoginID, IPAddr, HostName, ModuleName, LoggedBy, ContextID, MessageID, NameID. Be sure to increment if more fields are added.- See Also:
-