Show / Hide Table of Contents

Class TorrentLogEntry

Represents QBittorrent log entry.

Inheritance
System.Object
TorrentLogEntry
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: QBittorrent.Client
Assembly: QBittorrent.Client.dll
Syntax
public class TorrentLogEntry

Properties

| Improve this Doc View Source

Id

Message Id

Declaration
[JsonProperty("id")]
public int Id { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Message

Message text

Declaration
[JsonProperty("message")]
public string Message { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Severity

Log entry severity.

Declaration
[JsonProperty("type")]
public TorrentLogSeverity Severity { get; set; }
Property Value
Type Description
TorrentLogSeverity
| Improve this Doc View Source

Timestamp

Message timestamp

Declaration
[JsonProperty("timestamp")]
public long Timestamp { get; set; }
Property Value
Type Description
System.Int64
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018 Pavel Fedarovich