downloadLog(of:timeout:queue:completion:)

Declaration

func downloadLog(of type: MTRDiagnosticLogType, timeout: TimeInterval, queue: dispatch_queue_t, completion: @escaping  @Sendable (URL?, (any Error)?) -> Void)
func downloadLog(of type: MTRDiagnosticLogType, timeout: TimeInterval, queue: dispatch_queue_t) async throws -> URL