Custom Logger
Noun · Development
Definitions
A logging implementation or wrapper tailored to a team's formatting, routing, metadata, or transport requirements. Custom loggers often add context such as trace IDs, environments, or structured fields automatically.
In plain English: A logger adapted to a project's specific logging needs.
Example: "They built a custom logger so every message included tenant ID, request ID, and deployment version without repeating boilerplate in each service."