#include int main() { clog.open("foobar", ios::out); clog << "this is a test" << endl; }