wclog

Specifies the wclog global stream.

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

Reference

wostream

iostream Programming

iostreams Conventions

Other Resources

<iostream> Members