Package com.gemalto.mfs.mwsdk.sdkconfig
Class SecureLogConstants
java.lang.Object
com.gemalto.mfs.mwsdk.sdkconfig.SecureLogConstants
Deprecated.
Default configuration to be used for SecureLog
- Since:
- 6.6.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.Default directory name under app sandbox/files/static final StringDeprecated.Default fileId recommended to be used, which is used as a prefix to form the UID.static final com.thalesgroup.gemalto.securelog.SecureLogLevelDeprecated.Default level of logs to be captured and logged by the SDKstatic final intDeprecated.Default max number of files.static final intDeprecated.Default max file size in KB. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_DIRECTORY
Deprecated.Default directory name under app sandbox/files/- See Also:
-
DEFAULT_FILEID
Deprecated.Default fileId recommended to be used, which is used as a prefix to form the UID. "FILEID-48bbb8". If not set the value will be "da51".- See Also:
-
DEFAULT_LEVEL
public static final com.thalesgroup.gemalto.securelog.SecureLogLevel DEFAULT_LEVELDeprecated.Default level of logs to be captured and logged by the SDK -
DEFAULT_MAX_FILE_COUNT
public static final int DEFAULT_MAX_FILE_COUNTDeprecated.Default max number of files. Accepted range is 1-99. This is the max number of log files before SDK starts to perform log rotation.- See Also:
-
DEFAULT_MAX_FILE_SIZE
public static final int DEFAULT_MAX_FILE_SIZEDeprecated.Default max file size in KB. Note that the actual file size might slightly exceed this limit.- See Also:
-
-
Constructor Details
-
SecureLogConstants
public SecureLogConstants()Deprecated.
-