Skip to content
Commit 5cbf90b7 authored by ntome's avatar ntome 💬 Committed by Romain Bignon
Browse files

weboob.tools.log: getLogger creates children for LoggerAdapter too

LoggerAdapter are Logger wrappers preconfiguring them for logging
contextual info without creating additional Logger objects. Because the
latter are not garbage-collected, it should be avoided to create a
variable number, while LoggerAdapters are lightweight.
parent 1fa8d6da
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment