Python YASMIN (Yet Another State MachINe)
Loading...
Searching...
No Matches
yasmin.logs.LogLevel Class Reference
Inheritance diagram for yasmin.logs.LogLevel:
Collaboration diagram for yasmin.logs.LogLevel:

Static Public Attributes

int ERROR = 0
 Log level for error messages.
 
int WARN = 1
 Log level for warning messages.
 
int INFO = 2
 Log level for informational messages.
 
int DEBUG = 3
 Log level for debug messages.
 

Detailed Description

@enum LogLevel
@brief Enumeration for different log levels.

Defines the available log levels for controlling verbosity in the
logging system.

Member Data Documentation

◆ DEBUG

int yasmin.logs.LogLevel.DEBUG = 3
static

Log level for debug messages.

Used for detailed information, mainly for developers.

◆ ERROR

int yasmin.logs.LogLevel.ERROR = 0
static

Log level for error messages.

Only critical errors should be logged.

◆ INFO

int yasmin.logs.LogLevel.INFO = 2
static

Log level for informational messages.

General runtime information about the system's state.

◆ WARN

int yasmin.logs.LogLevel.WARN = 1
static

Log level for warning messages.

Indicate potential issues that are not critical.


The documentation for this class was generated from the following file: