Table of Contents

Enum LogLevel

Namespace
Core
Assembly
Core.dll

Logging verbosity level for all engine and game systems.

public enum LogLevel

Fields

Debug = 4
Errors = 1
Info = 3
None = 0
Warnings = 2