Glossary coding Term Page

Logger

The entity in the `logging` module responsible for emitting messages with names and levels

logger #coding#python
Korean version

Related Concepts

Core Idea

Logger is The entity in the logging module responsible for emitting messages with names and levels. It usually makes the most sense alongside Exception, Traceback, Handler.

Why It Matters Here

Mathbong reuses this term across python posts as shared vocabulary.

Posts Mentioning This Concept