Class Troubleshooting
Class responsible for printing troubleshooting information to the log.
Assembly: Dalamud.dll
View Source
Declaration
public static class Troubleshooting
Properties
LastException
Gets the most recent exception to occur.
View Source
Declaration
public static Exception? LastException { get; }
Methods
LogException(Exception, string)
Log the last exception in a parseable format to serilog.
View Source
Declaration
public static void LogException(Exception exception, string context)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | exception | The exception to log. |
System.String | context | Additional context. |