A Logger class that log to the console using cout. More...
#include <consolelogger.h>
Public Member Functions | |
virtual void | log (std::string_view logSource, LogLevel logLevel, LogAudience audience, std::string_view fileName, std::string_view functionName, int lineNumber, std::string_view logMsg) override |
A Logger class that log to the console using cout.
|
overridevirtual |
Implements inviwo::Logger.