Class SecureLogConstants

java.lang.Object
com.gemalto.mfs.mwsdk.sdkconfig.SecureLogConstants

@Deprecated public class SecureLogConstants extends Object
Deprecated.
Default configuration to be used for SecureLog
Since:
6.6.0
  • Field Details

    • DEFAULT_DIRECTORY

      public static final String DEFAULT_DIRECTORY
      Deprecated.
      Default directory name under app sandbox/files/
      See Also:
    • DEFAULT_FILEID

      public static final String 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_LEVEL
      Deprecated.
      Default level of logs to be captured and logged by the SDK
    • DEFAULT_MAX_FILE_COUNT

      public static final int DEFAULT_MAX_FILE_COUNT
      Deprecated.
      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_SIZE
      Deprecated.
      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.