mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-28 11:29:18 +01:00
fix: unregister Dalamud LogLine event
This commit is contained in:
parent
b779ac5674
commit
8643c6ff1f
1 changed files with 2 additions and 0 deletions
|
|
@ -357,6 +357,8 @@ namespace Dalamud
|
||||||
Service<HookManager>.GetNullable()?.Dispose();
|
Service<HookManager>.GetNullable()?.Dispose();
|
||||||
Service<SigScanner>.GetNullable()?.Dispose();
|
Service<SigScanner>.GetNullable()?.Dispose();
|
||||||
|
|
||||||
|
SerilogEventSink.Instance.LogLine -= SerilogOnLogLine;
|
||||||
|
|
||||||
Log.Debug("Dalamud::Dispose() OK!");
|
Log.Debug("Dalamud::Dispose() OK!");
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue