clog

指定全局 clog 流。

extern ostream clog;

返回值

ostream 对象。

备注

控制缓存对象的插入为字节流输出的标准错误。

示例

用于示例 clog参见 cerr

要求

页眉: <iostream>

命名空间: std

请参见

参考

ostream

iostream 编程

iostreams 约定