Class SecureLogConstants


  • public class SecureLogConstants
    extends java.lang.Object
    Default configuration to be used for SecureLog
    Since:
    6.6.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_DIRECTORY
      Default directory name under app sandbox/files/
      static java.lang.String DEFAULT_FILEID
      Default fileId recommended to be used, which is used as a prefix to form the UID.
      static com.thalesgroup.gemalto.securelog.SecureLogLevel DEFAULT_LEVEL
      Default level of logs to be captured and logged by the SDK
      static int DEFAULT_MAX_FILE_COUNT
      Default max number of files.
      static int DEFAULT_MAX_FILE_SIZE
      Default max file size in KB.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT_DIRECTORY

        public static final java.lang.String DEFAULT_DIRECTORY
        Default directory name under app sandbox/files/
        See Also:
        Constant Field Values
      • DEFAULT_FILEID

        public static final java.lang.String 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:
        Constant Field Values
      • DEFAULT_LEVEL

        public static final com.thalesgroup.gemalto.securelog.SecureLogLevel DEFAULT_LEVEL
        Default level of logs to be captured and logged by the SDK
      • DEFAULT_MAX_FILE_COUNT

        public static final int DEFAULT_MAX_FILE_COUNT
        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:
        Constant Field Values
      • DEFAULT_MAX_FILE_SIZE

        public static final int DEFAULT_MAX_FILE_SIZE
        Default max file size in KB. Note that the actual file size might slightly exceed this limit.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SecureLogConstants

        public SecureLogConstants()