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

Public Types

enum class  ColumnID {
  Date = 0 , Time , Source , Level ,
  Audience , Path , File , Line ,
  Function , Message
}
 

Public Member Functions

 LogTableModelEntry (std::chrono::system_clock::time_point time, std::string_view source, LogLevel level, LogAudience audience, const std::filesystem::path &file, int line, std::string_view function, std::string_view msg)
 

Static Public Member Functions

static constexpr size_t size ()
 
static const QFont & logFont ()
 

Public Attributes

LogLevel level
 
QString date
 
QString time
 
QString source
 
QString levelStr
 
QString audience
 
QString path
 
QString file
 
QString line
 
QString function
 
QString message
 
QString fullMessage
 
int height
 

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