chore: Remove static PluginLog

- API 10 deprecation
This commit is contained in:
Kaz Wolfe 2024-04-20 10:57:59 -07:00
parent 022ca9f710
commit 3b8ef2c8e8
No known key found for this signature in database
GPG key ID: 258813F53A16EBB4
2 changed files with 1 additions and 283 deletions

View file

@ -25,7 +25,7 @@ internal static class SignatureHelper
/// <see cref="SignatureAttribute"/>.
/// </summary>
/// <param name="self">The object to initialize.</param>
/// <param name="log">If warnings should be logged using <see cref="PluginLog"/>.</param>
/// <param name="log">If warnings should be logged.</param>
/// <returns>Collection of created IDalamudHooks.</returns>
internal static IEnumerable<IDalamudHook> Initialize(object self, bool log = true)
{