MediaPlayerLogEntry Class
Definition
public class MediaPlayerLogEntry
Constructors
| Name | Description |
|---|---|
| MediaPlayerLogEntry | No summary available. |
MediaPlayerLogEntry Constructor
public MediaPlayerLogEntry(DateTimeOffset timestamp, Avalonia.Logging.LogEventLevel level, string component, string message)
Parameters
timestamp DateTimeOffset
level Avalonia.Logging.LogEventLevel
component string
message string
Methods
| Name | Description |
|---|---|
| <Clone>$ | No summary available. |
| Equals (2 overloads) | No summary available. |
| GetHashCode | No summary available. |
| ToString | No summary available. |
<Clone>$ Method
public Avalonia.Media.MediaPlayerLogEntry <Clone>$()
Returns
Equals overloads
Equals Method
public bool Equals(Avalonia.Media.MediaPlayerLogEntry other)
Parameters
other Avalonia.Media.MediaPlayerLogEntry
Returns
bool
Equals Method
public bool Equals(object obj)
Parameters
obj object
Returns
bool
GetHashCode Method
public int GetHashCode()
Returns
int
ToString Method
public string ToString()
Returns
string
Properties
| Name | Description |
|---|---|
| Backend | No summary available. |
| Component | No summary available. |
| Exception | No summary available. |
| Level | No summary available. |
| Message | No summary available. |
| Metadata | No summary available. |
| Timestamp | No summary available. |
Backend Property
public string Backend { get; set; }
Component Property
public string Component { get; set; }
Exception Property
public Exception Exception { get; set; }
Level Property
public Avalonia.Logging.LogEventLevel Level { get; set; }
Message Property
public string Message { get; set; }
Metadata Property
public System.Collections.Generic.IReadOnlyDictionary<string, string> Metadata { get; set; }
Timestamp Property
public DateTimeOffset Timestamp { get; set; }