Show / Hide Table of Contents

Class LogLevel

Log levels to use when writing logs.

Inheritance
System.Object
LogLevel
Namespace: BonEngineSharp.Defs
Assembly: BonEngineSharp.dll
Syntax
public sealed class LogLevel : Enum

Fields

Critical

Critical logs.

Declaration
public const LogLevel Critical
Field Value
Type Description
LogLevel

Debug

Debug logs.

Declaration
public const LogLevel Debug
Field Value
Type Description
LogLevel

Error

Errors log.

Declaration
public const LogLevel Error
Field Value
Type Description
LogLevel

Info

Info logs.

Declaration
public const LogLevel Info
Field Value
Type Description
LogLevel

None

Invalid log level - will never show.

Declaration
public const LogLevel None
Field Value
Type Description
LogLevel

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Warn

Warning logs.

Declaration
public const LogLevel Warn
Field Value
Type Description
LogLevel
Back to top Generated by DocFX