wclog variable — Wide log output stream
extern wostream wclog
The wclog
object is a wide
character standard output stream associated with the C stderr
file. Unlike wcerr
, the wclog
object does not set the unitbuf
flag. This makes it more suitable
for writing less critical messages that are not considered normal
program output, such as debugging or logging messages.