IPluginLog interface
Plugin-scoped logger. Output is routed through the host’s log sink.
public interface IPluginLogMembers
Section titled “Members”| name | description |
|---|---|
| Debug(…) | Logs a debug-level message to the BepInEx log (visible only at Debug log level). |
| Error(…) | Logs an error message to the BepInEx log. |
| Info(…) | Logs an informational message to the BepInEx log. |
| Warning(…) | Logs a warning message to the BepInEx log. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services