I am using 4000.0.9 to retrieve a web page:
Import Networks Browser Import Network HTTP main = Do (Yuri, Response) & lt; - Browse $ $ Set Aloirdrates True setDebugLog Nothing Request $ getRequest "http://www.google.com/robots.txt" putStrLn "done"
Regardless of SetDebugLog nothing
spews all this logging:
Sending: received /robots.txt HTTP / 1.1 host: www.google.com user-agent: ... content -Length: Created new connection on www.google.com: HTTP / 1.1 200 OK content-type: text / plain ...
How do I close this logging Can i do
setOutHandler
and use setErrHandler
You are described in the linked document page.
Comments
Post a Comment