MCPcopy Create free account
hub / github.com/T0UGH/codex-self-evolution-plugin / get_logger

Function get_logger

src/codex_self_evolution/logging_setup.py:124–128  ·  view source on GitHub ↗

Return the plugin logger. Safe to call before ``configure()`` — logging.getLogger is a noop without handlers, so early log calls just vanish rather than crashing.

()

Source from the content-addressed store, hash-verified

122
123
124def get_logger() -> logging.Logger:
125 """Return the plugin logger. Safe to call before ``configure()`` —
126 logging.getLogger is a noop without handlers, so early log calls just
127 vanish rather than crashing."""
128 return logging.getLogger(LOGGER_NAME)

Callers 2

mainFunction · 0.85
_log_recallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected