mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
refactor: better log messages
This commit is contained in:
parent
216ce04a74
commit
484e4579be
1 changed files with 3 additions and 3 deletions
|
|
@ -263,7 +263,7 @@ namespace Dalamud {
|
||||||
|
|
||||||
Log.Information("Dalamud is ready.");
|
Log.Information("Dalamud is ready.");
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
Log.Error(ex, "Oh no! Dalamud::Start() failed.");
|
Log.Error(ex, "Dalamud::Start() failed.");
|
||||||
Unload();
|
Unload();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -308,9 +308,9 @@ namespace Dalamud {
|
||||||
|
|
||||||
AntiDebug.Dispose();
|
AntiDebug.Dispose();
|
||||||
|
|
||||||
Log.Debug("Dalamud::Dispose OK!");
|
Log.Debug("Dalamud::Dispose() OK!");
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
Log.Error(ex, "skjdgjjkodsfg");
|
Log.Error(ex, "Dalamud::Dispose() failed.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue