Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::FileLogger Class Reference

A logger class that logs to a file in html format. More...

#include <filelogger.h>

+ Inheritance diagram for inviwo::FileLogger:

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)
 

Detailed Description

A logger class that logs to a file in html format.

Member Function Documentation

◆ log()

virtual void inviwo::FileLogger::log ( std::string_view logSource,
LogLevel logLevel,
LogAudience audience,
std::string_view fileName,
std::string_view functionName,
int lineNumber,
std::string_view logMsg )
overridevirtual

Implements inviwo::Logger.


The documentation for this class was generated from the following file: