ACAV f0ba4b7c9529
Abstract Syntax Tree (AST) visualization tool for C, C++, and Objective-C
Loading...
Searching...
No Matches
acav::LogEntry Struct Reference

Public Attributes

LogLevel level = LogLevel::Info
QString source
QString message
QDateTime timestamp = QDateTime::currentDateTime()

Detailed Description

Definition at line 38 of file LogEntry.h.

Member Data Documentation

◆ level

LogLevel acav::LogEntry::level = LogLevel::Info

Definition at line 39 of file LogEntry.h.

◆ message

QString acav::LogEntry::message

Definition at line 41 of file LogEntry.h.

◆ source

QString acav::LogEntry::source

Definition at line 40 of file LogEntry.h.

◆ timestamp

QDateTime acav::LogEntry::timestamp = QDateTime::currentDateTime()

Definition at line 42 of file LogEntry.h.


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