Glossary coding Term Page

Handler

A component that routes logs to destinations such as the console

handler #coding#python
Korean version

Related Concepts

Core Idea

Handler is A component that routes logs to destinations such as the console, files, or remote services. It usually makes the most sense alongside Exception, Traceback, Logger.

Why It Matters Here

Mathbong reuses this term across python posts as shared vocabulary.

Posts Mentioning This Concept