clog
Specifies the clog global stream.
extern ostream clog;
Return Value
An ostream object.
The object controls buffered insertions to the standard error output as a byte stream.
Example
See cerr for an example of using clog.
Requirements
Header: <iostream>
Namespace: std
See Also
Reference
ostream
iostream Programming
iostreams Conventions