MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / logger.py

File logger.py

logger.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#logger.py
2# Description:
3# This file, logger.py, is responsible for setting up a robust logging system for the Ragnar project. It defines custom logging levels and formats,
4# integrates with the Rich library for enhanced console output, and ensures logs are written to rotating files for persistence.

Callers

nothing calls this directly

Calls 9

LoggerClass · 0.85
debugMethod · 0.80
infoMethod · 0.80
warningMethod · 0.80
errorMethod · 0.80
criticalMethod · 0.80
successMethod · 0.80
set_levelMethod · 0.80
disable_loggingMethod · 0.80

Tested by

no test coverage detected