Inviwo  0.9.10.1
Inviwo documentation
inviwo::StringLogger Class Reference

A logger class that logs to a string. More...

#include <stringlogger.h>

+ Inheritance diagram for inviwo::StringLogger:

Public Member Functions

virtual void log (std::string logSource, LogLevel logLevel, LogAudience audience, const char *fileName, const char *functionName, int lineNumber, std::string logMsg) override
 
std::string getLog () const
 
- 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 string.


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