Debug
-
enum class Debug : uint8_t
Represents various debugging levels as enum_bitmask.
This enum class defines debugging categories that can be used to specify and manage different areas of debugging in an application. Each category is represented by a single bit and can be combined using bitwise operations.
Values:
-
enumerator None
-
enumerator Server
-
enumerator Client
-
enumerator Connection
-
enumerator Station
-
enumerator Point
-
enumerator Message
-
enumerator Callback
-
enumerator Gil
-
enumerator All
-
enumerator None