fix: log tweaks

- also fix a boot failure
This commit is contained in:
Kaz Wolfe 2025-11-18 15:57:37 -08:00
parent 71927a8bf6
commit 01d8fc0c7e
No known key found for this signature in database
GPG key ID: 258813F53A16EBB4
5 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,7 @@
using System.Collections.Generic;
using Dalamud.Plugin.Services;
namespace Dalamud.Plugin.SelfTest;
/// <summary>
@ -44,7 +46,7 @@ namespace Dalamud.Plugin.SelfTest;
/// }
/// </code>
/// </example>
public interface ISelfTestRegistry
public interface ISelfTestRegistry : IDalamudService
{
/// <summary>
/// Registers the self-test steps for this plugin.

View file

@ -9,7 +9,7 @@ namespace Dalamud.Plugin.Services;
/// <c>dalamud://plugin/{PLUGIN_INTERNAL_NAME}/...</c> namespace.
/// </summary>
[Experimental("DAL_RPC", Message = "This service will be finalized around 7.41 and may change before then.")]
public interface IPluginLinkHandler
public interface IPluginLinkHandler : IDalamudService
{
/// <summary>
/// A delegate containing the received URI.