Defined in File log_stream.hpp
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
LogStream.