logoalt Hacker News

Izkatalast Saturday at 8:33 PM0 repliesview on HN

Python's built-in logging is the same if used correctly, where the library gets a logger based on its module name (this part isn't enforced) and the application can add a handler to that logger to route the logs differently if needed.