Inviwo 0.9.12-pre
Inviwo documentation
|
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 |
Public Member Functions inherited from inviwo::Logger | |
virtual void | logProcessor (Processor *processor, LogLevel level, LogAudience audience, std::string_view msg, std::string_view file, std::string_view function, int line) |
virtual void | logNetwork (LogLevel level, LogAudience audience, std::string_view msg, std::string_view file, std::string_view function, int line) |
virtual void | logAssertion (std::string_view file, std::string_view function, int line, std::string_view msg) |
A logger class that logs to a file in html format.
|
overridevirtual |
Implements inviwo::Logger.