| ||||||||
| ||||||||
Description | ||||||||
Implements debugging of Streams. Originally part of Gray's\/Bringert's HTTP module.
| ||||||||
Synopsis | ||||||||
| ||||||||
Documentation | ||||||||
data StreamDebugger x | ||||||||
| ||||||||
debugStream :: Stream a => FilePath -> a -> IO (StreamDebugger a) | ||||||||
Wraps a stream with logging I/O. The first argument is a filename which is opened in AppendMode. | ||||||||
Produced by Haddock version 2.3.0 |