HTTP-3001.0.4: ContentsIndex
Network.StreamDebugger
Portabilitynon-portable (not tested)
Stabilityexperimental
Maintainerbjorn@bringert.net
Description

Implements debugging of Streams. Originally part of Grayss HTTP module.

Synopsis
data StreamDebugger x
debugStream :: Stream a => FilePath -> a -> IO (StreamDebugger a)
Documentation
data StreamDebugger x
Allows stream logging. Refer to debugStream below.
show/hide 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.
Produced by Haddock version 0.8