LogCollectorGlobalStatus

public enum LogCollectorGlobalStatus : CustomStringConvertible

Status of the log collection for all sources.

  • Collection is in progress.

    Declaration

    Swift

    case collecting
  • Logs archiving is in progress.

    Declaration

    Swift

    case archiving
  • Collection process has completed successfully.

    Declaration

    Swift

    case done
  • Collection process has failed.

    Declaration

    Swift

    case failed
  • Debug description.

    Declaration

    Swift

    public var description: String { get }