Class Diagnostic
- Namespace
- FTK2.ModAPI.Diagnostics
- Assembly
- FTK2.ModAPI.dll
One structured diagnostic emitted by the API or a registered mod.
public sealed class Diagnostic
- Inheritance
-
Diagnostic
- Inherited Members
Constructors
Diagnostic(Severity, string, string, string, string)
public Diagnostic(Severity severity, string modId, string subsystem, string code, string message)
Parameters
Properties
Code
public string Code { get; }
Property Value
Message
public string Message { get; }
Property Value
ModId
public string ModId { get; }
Property Value
Severity
public Severity Severity { get; }
Property Value
Subsystem
public string Subsystem { get; }
Property Value
Methods
ToString()
public override string ToString()