haskell-hvr / hslogger

Logging framework for Haskell
https://hackage.haskell.org/package/hslogger
BSD 3-Clause "New" or "Revised" License
64 stars 36 forks source link

Logger.handle should bubble up via Logger's parents, not parent Loggers' handlers directly #18

Open ozataman opened 10 years ago

ozataman commented 10 years ago

Shouldn't the semantics be such that the parent loggers are consulted per their log levels? The current implementation bypasses the parent loggers and goes to their Handlers directly.

Consider that: