-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Expose a dbus server to control hslogger
--   
--   Please see the README on Github at
--   <a>https://github.com/IvanMalison/dbus-hslogger#readme</a>
@package dbus-hslogger
@version 0.1.0.1

module System.Log.DBus.Server
maybeToEither :: b -> Maybe a -> Either b a
setLogLevelFromPriorityString :: String -> String -> IO (Either Reply ())
setLogLevel :: String -> Priority -> IO ()
logInterface :: Interface
logPath :: ObjectPath
startLogServer :: Client -> IO ()
logIntrospectionInterface :: Interface

module System.Log.DBus.Client
setLogLevel :: Client -> BusName -> String -> String -> IO (Either MethodError ())
setLogLevelMethodCall :: MethodCall
