wclog

 

Specifies the wclog global stream.

Syntax

extern wostream wclog;

Return Value

A wostream object.

Remarks

The object controls buffered insertions to the standard error output as a wide stream.

Example

See cerr for an example of using wclog.

Requirements

Header: <iostream>

Namespace: std

See Also

wostream
iostream Programming
iostreams Conventions