Package com.gemalto.mfs.mwsdk.sdkconfig
Class SecureLogConstants
java.lang.Object
com.gemalto.mfs.mwsdk.sdkconfig.SecureLogConstants
Default configuration to be used for SecureLog
- Since:
- 6.6.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDefault directory name under app sandbox/files/static final StringDefault fileId recommended to be used, which is used as a prefix to form the UID.static final com.thalesgroup.gemalto.securelog.SecureLogLevelDefault level of logs to be captured and logged by the SDKstatic final intDefault max number of files.static final intDefault max file size in KB. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_DIRECTORY
Default directory name under app sandbox/files/- See Also:
-
DEFAULT_FILEID
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_LEVELDefault level of logs to be captured and logged by the SDK -
DEFAULT_MAX_FILE_COUNT
public static final int DEFAULT_MAX_FILE_COUNTDefault 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_SIZEDefault max file size in KB. Note that the actual file size might slightly exceed this limit.- See Also:
-
-
Constructor Details
-
SecureLogConstants
public SecureLogConstants()
-