public interface IMonitorWrites messages attributed to the current mod.
Members
LogWrites a message at the specified severity.methodInfoWrites a normal informational message.methodWarningWrites a warning about a recoverable or suspicious condition.methodErrorWrites an error describing a failed operation.methodDebugWrites diagnostic information intended primarily for development.methodLog
methodvoid Log(string message, LogLevel level = LogLevel.Info)Writes a message at the specified severity.
Info
methodvoid Info(string message)Writes a normal informational message.
Warning
methodvoid Warning(string message)Writes a warning about a recoverable or suspicious condition.
Error
methodvoid Error(string message)Writes an error describing a failed operation.
Debug
methodvoid Debug(string message)Writes diagnostic information intended primarily for development.