|
|
|
|
|
by Izkata
180 days ago
|
|
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. |
|