Skip to content

LogLevel ​

Defines the severity levels for log messages and categories for different types of logging.

Kind: Enum

Namespace: CrowdControl.Common

Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable

Public Attributes

LogLevel

Warning

Warning messages that indicate potential issues.

LogLevel

Error

Error messages indicating failures or exceptions.

LogLevel

Message

General informational messages.

LogLevel

Debug

Debug messages for development and troubleshooting.

LogLevel

Exception

Exception-specific logging for caught exceptions.

LogLevel

SocketRaw

Raw socket communication data logging.

LogLevel

SocketDecoded

Decoded socket communication data logging.

LogLevel

SocketParsed

Parsed socket communication data logging.

LogLevel

SocketDebug

Debug information for socket communications.

LogLevel

Effect

Logging related to effect lifecycle and management.

Enums

LogLevel

[Warning = 1, Error = 2, Message = 4, Debug = 8, Exception = 16, SocketRaw = 256, SocketDecoded = 512, SocketParsed = 1024, SocketDebug = 2048, Effect = 4096]

Defines the severity levels for log messages and categories for different types of logging.