A logger class that logs to a string. More...
#include <stringlogger.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 |
std::string | getLog () const |
A logger class that logs to a string.
|
overridevirtual |
Implements inviwo::Logger.