I\'m making a logger. I want to create a function log() that takes a stream as input.
log()
For instance:
log(\"hello\"<<\" \"<<\"
in C++03 all operations are not thread safe