Enum LogLevel

The level, or severity of a log entry.

Namespace: BepInEx.Logging
Assembly: BepInEx.Core.dll
Syntax
[Flags]
public enum LogLevel

Fields

Name Description
All

All log levels.

Debug

A message that would likely only interest a developer.

Error

An error has occured, but can be recovered from.

Fatal

A fatal error has occurred, which cannot be recovered from.

Info

A message of low importance.

Message

An important message that should be displayed to the user.

None

No level selected.

Warning

A warning has been produced, but does not necessarily mean that something wrong has happened.

Extension Methods

LogLevelExtensions.GetHighestLevel()
LogLevelExtensions.GetConsoleColor()