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

A Logger class that log to the console using cout. More...

#include <consolelogger.h>

+ Inheritance diagram for inviwo::ConsoleLogger:

Public Member Functions

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
 

Detailed Description

A Logger class that log to the console using cout.

Member Function Documentation

◆ log()

virtual void inviwo::ConsoleLogger::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: