clog

 

Specifies the clog global stream.

Syntax

extern ostream clog;

Return Value

An ostream object.

Remarks

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

ostream
iostream Programming
iostreams Conventions