A logger class that logs to a file in html format. More...
#include <filelogger.h>
Public Member Functions | |
FileLogger (const std::filesystem::path &logPath) | |
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 logs to a file in html format.
|
overridevirtual |
Implements inviwo::Logger.