easy-logger-0.1.0.7: Logging made easy.
Safe HaskellNone
LanguageHaskell2010

EasyLogger.Push

Synopsis

Documentation

pushLogStr :: LoggerSet -> LogStr -> IO () Source #

Writing a log message to the corresponding buffer. If the buffer becomes full, the log messages in the buffer are written to its corresponding file, stdout, or stderr.

pushLogStrLn :: LoggerSet -> LogStr -> IO () Source #

Same as pushLogStr but also appends a newline.