clog is another output stream that is very similar to cout. It is used for displaying log messages.

Nice, this is still an output so we use the stream insertion operator.

We'll stick to clog for displaying output logs to users.

Ooh not right. This is still an output.