Description
Provides a logging library for Haskell code. It helps applications produce structured messages about what the program is doing, which is important for debugging and operation.
Use it when a Haskell project needs a logging interface that can be wired into the rest of the application. It is a developer library and does not include a log viewer.