mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-28 11:29:18 +01:00
chore: some PluginLog => Log in dalamud code
This commit is contained in:
parent
daa9f72218
commit
a7c2dc6720
2 changed files with 4 additions and 3 deletions
|
|
@ -517,7 +517,7 @@ internal class DalamudInterface : IDisposable, IServiceType
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
PluginLog.Error(ex, "Error during OnDraw");
|
||||
Log.Error(ex, "Error during OnDraw");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -877,7 +877,7 @@ internal class DalamudInterface : IDisposable, IServiceType
|
|||
foreach (var plugin in pluginManager.InstalledPlugins)
|
||||
{
|
||||
// TODO: some more here, state maybe?
|
||||
PluginLog.Information($"{plugin.Name}");
|
||||
Log.Information($"{plugin.Name}");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue