Safe Haskell | None |
---|
Documentation
initDebug :: FilePath -> IO ()Source
Set the file to which debugging output should be written. Though this is called initDebug. Debugging output is not created by default (i.e., if this function is never called.) The target file can not be changed, nor debugging disabled.
logPutStrLn :: MonadIO m => String -> m ()Source