Skip to main content

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
TypeNameDescription
System.ExceptionexceptionThe exception to log.
System.StringcontextAdditional context.