LogCollectionState
public enum LogCollectionState : Int
Whether or not to keep a file with the logs.
-
Declaration
Swift
case Disabled = 0 -
Declaration
Swift
case Enabled = 1 -
Declaration
Swift
case EnabledWithoutPreviousLogHandler = 2
LogCollectionState Enumeration Reference