hsqml-0.3.5.1: src/Graphics/QML/Debug.hs
-- | Debug Options
module Graphics.QML.Debug (
setDebugLogLevel
) where
import Graphics.QML.Internal.BindCore
-- | Sets the global debug log level. At level zero, no logging information
-- will be printed. Higher levels will increase debug verbosity.
setDebugLogLevel :: Int -> IO ()
setDebugLogLevel lvl = do
hsqmlInit
hsqmlSetDebugLoglevel lvl