LogCollectorState

public class LogCollectorState : CustomStringConvertible

State of the log collection for one source.

  • Status of the log collection.

    Declaration

    Swift

    public internal(set) var status: LogCollectorStatus { get }
  • Overall size of the logs that should be collected, in bytes.

    Declaration

    Swift

    public internal(set) var totalSize: UInt64? { get }
  • Size of the logs that have already been collected, in bytes.

    Declaration

    Swift

    public internal(set) var collectedSize: UInt64? { get }
  • Debug description.

    Declaration

    Swift

    public var description: String { get }