LogLevel#

class swordfish._swordfishcpp.LogLevel(desc, val, type)#

Enumeration representing log levels.

Defines logging levels including DEBUG, INFO, WARNING, and ERROR. Used to control the verbosity and filtering of log messages in the system.

Parameters:
  • desc (str)

  • val (int)

  • type (int)