Define LOG
Defined in File log_stream.hpp
Define Documentation
-
LOG(logStream, mode)
Enables log streaming.
Simply use this alongside LogStream’s << operator - it will provide the usual text stream functionality, but additionally provides the ability to insert header/timestamp information automatically into the beginning of the stream.
See also