Interface IModLogger

Namespace
FTK2.ModAPI.Diagnostics
Assembly
FTK2.ModAPI.dll

Owner-scoped logging routed to the ModAPI/BepInEx diagnostic sink.

public interface IModLogger

Remarks

Logging is safe to call independently of main-thread-only runtime services.

Methods

Error(string, string)

void Error(string subsystem, string message)

Parameters

subsystem string
message string

Info(string, string)

void Info(string subsystem, string message)

Parameters

subsystem string
message string

Warning(string, string)

void Warning(string subsystem, string message)

Parameters

subsystem string
message string