Show / Hide Table of Contents

Method LogWarning

| Edit this page View Source

LogWarning(object)

Logs a message with BepInEx.Logging.LogLevel.Warning level.
Declaration
public static void LogWarning(object data)
Parameters
Type Name Description
object data Data to log
| Edit this page View Source

LogWarning(BepInPlugin, object)

Logs a message with BepInEx.Logging.LogLevel.Warning level. This is used when the responsible mod is different from mod logging this message.
Declaration
public static void LogWarning(BepInPlugin sourceMod, object data)
Parameters
Type Name Description
BepInPlugin sourceMod Known mod that is responsible for this log
object data Data to log
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾