Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::Logger Class Referenceabstract
+ Inheritance diagram for inviwo::Logger:

Public Member Functions

virtual void log (std::string_view logSource, LogLevel logLevel, LogAudience audience, std::string_view file, std::string_view function, int line, std::string_view msg)=0
 
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)
 

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