Home -> LogTargetStandardOut -> Constructor

Description

The LogTargetStandardOut constructor creates a target that writes messages to std::cout.

Usage

LogTargetStandardOut(bool flushAfterOutput);

Argument list

flushAfterOutput [bool]
If true, the target flushes std::cout after every message.

See also