From: Marco Costalba Date: Mon, 19 Mar 2012 20:36:25 +0000 (+0100) Subject: Add also logging of std::cin X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=df80232495f9500c7d6ed197e40cebbc77175f07;hp=df80232495f9500c7d6ed197e40cebbc77175f07;p=stockfish Add also logging of std::cin Some trial was needed to find the correct recipe but now we log both stdin and stdout to file "io_log.txt". Link http://spec.winprog.org/streams/ was very useful to understand the details of iostreams implementation. No functional change. Signed-off-by: Marco Costalba ---