MCPcopy Create free account
hub / github.com/Open-Bee/DataStudio / LogLevel

Class LogLevel

datastudio/utils/logging.py:25–32  ·  view source on GitHub ↗

Log levels.

Source from the content-addressed store, hash-verified

23
24
25class LogLevel(Enum):
26 """Log levels."""
27
28 DEBUG = logging.DEBUG
29 INFO = logging.INFO
30 WARNING = logging.WARNING
31 ERROR = logging.ERROR
32 CRITICAL = logging.CRITICAL
33
34
35# ANSI color codes for terminal output

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected