|
Network.StreamDebugger | Portability | non-portable (not tested) | Stability | experimental | Maintainer | bjorn@bringert.net |
|
|
|
Description |
Implements debugging of Streams. Originally part of Gray's\/Bringert's
HTTP module.
|
|
Synopsis |
|
|
|
Documentation |
|
data StreamDebugger x |
Allows stream logging. Refer to debugStream below.
| Instances | |
|
|
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.
|
|
debugByteStream :: HStream ty => FilePath -> HandleStream ty -> IO (HandleStream ty) |
|
Produced by Haddock version 2.3.0 |