performabot-0.1.0

Safe HaskellNone
LanguageHaskell2010

Log

Description

The logging faccade

Since: 0.1.0

Synopsis

Documentation

debug :: String -> IO () #

Output a debug message with prefix

debugR :: String -> IO () #

Output a debug message

err :: String -> IO () #

Output an error message with prefix

info :: String -> IO () #

Output an info message with prefix

infoR :: String -> IO () #

Output an info message

initLogger :: Priority -> IO () #

Logger initialization

notice :: String -> IO () #

Output an notice message with prefix

noticeR :: String -> IO () #

Output an notice message

warn :: String -> IO () #

Output a warning message with prefix