mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
chore: Remove static PluginLog
- API 10 deprecation
This commit is contained in:
parent
022ca9f710
commit
3b8ef2c8e8
2 changed files with 1 additions and 283 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue