Copyright | (c) Galois Inc 2013-2020 |
---|---|
License | BSD3 |
Maintainer | Joe Hendrix <jhendrix@galois.com> |
Stability | provisional |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- logErrorStream :: InputStream ByteString -> (String -> IO ()) -> IO ()
Documentation
:: InputStream ByteString | |
-> (String -> IO ()) | Logging function |
-> IO () |
Write from input stream to a logging function.