-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Log messages to a posix system log via logging-effect
--
-- A Handler for logging-effect that prints log messages to a
-- posix system log
@package logging-effect-syslog
@version 0.1.0.0
module Control.Monad.Log.Syslog
-- | Log messages to a posix system log. The string argument is a tag that
-- can be used to identify log messages produced by this logger. You can,
-- for instance, run journalctl --user -t mytag to see log
-- messages tagged with "mytag".
logToSyslog :: MonadIO m => String -> Handler m (WithSeverity ByteString)
syslogPriority :: Severity -> Priority