1
1
mirror of https://github.com/srid/ema.git synced 2024-12-02 09:15:10 +03:00
ema/docs/concepts/logging.md
2021-05-18 22:29:04 -04:00

500 B

order
5

Logging

runEma's action monad supports the MonadLoggerIO constraint, as defined by monad-logger. This means that you can use any of the logging functions from monad-logger to add logging to your application. monad-logger-extras is used to colorize the logs.

logInfoNS "myapp" "This is an info message"
logDebugNS "myapp" "This is a debug message info"