upkie  11.0.0
Open-source wheeled biped robots
upkie.logging Namespace Reference

Custom logging formatter and logger for the library. More...

Classes

class  SpdlogFormatter
 Custom logging formatter visually consistent with spdlog. More...
 

Functions

None disable_warnings ()
 Disable all warnings from the upkie module.
 

Variables

 logger = logging.getLogger("upkie")
 Main logger instance for the Upkie library.
 
 handler = logging.StreamHandler()
 Stream handler for console output with custom formatting.
 
 propagate
 Prevent propagation to root logger to avoid duplicate messages.
 

Detailed Description

Custom logging formatter and logger for the library.