|  | 
| enum class | ColumnID { Date = 0
, Time
, Source
, Level
,
 Audience
, Path
, File
, Line
,
 Function
, Message
 }
 | 
|  | 
|  | 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 constexpr size_t | size () | 
| static const QFont & | logFont () | 
|  | 
| 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: