|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| writeLog |
| :: Log | Log channel
| | -> HttpRequest | HTTP request
| | -> String | Log message
| | -> IO () | | | Write a message to log
|
|
|
| runLogWriter |
| :: Log | Log channel for access log
| | -> Log | Log channel for errors log
| | -> Handle | Handle to opened access log
| | -> Handle | Handle to opened errors log
| | -> IO ThreadId | | | Run log-writer threads
|
|
|
| Produced by Haddock version 2.4.2 |