s-fleck/lgr

Less fragile way to specify logging module names

s-fleck opened this issue · 0 comments

Currently loggers need to inherit from a already existing logger object, that means you have to initalize them in the correct order. this is somewhat inconvenient and handled much nicer in python logging