Inviwo  0.9.10.1
Inviwo documentation
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 (std::string logPath)
 
virtual void log (std::string logSource, LogLevel logLevel, LogAudience audience, const char *fileName, const char *functionName, int lineNumber, std::string logMsg) override
 
- Public Member Functions inherited from inviwo::Logger
virtual void logProcessor (Processor *processor, LogLevel level, LogAudience audience, std::string msg, const char *file, const char *function, int line)
 
virtual void logNetwork (LogLevel level, LogAudience audience, std::string msg, const char *file, const char *function, int line)
 
virtual void logAssertion (const char *file, const char *function, int line, std::string msg)
 

Detailed Description

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


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