Skip to content
Version 2.11.0
↓ Get the launcher

IPluginLog interface

Plugin-scoped logger. Output is routed through the host’s log sink.

public interface IPluginLog
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.