Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::log_query_entry Struct Reference

#include <editor_actions.h>

Public Attributes

uint64_t id {0}
 
level::level_enum level {level::off}
 
std::string text
 
std::string filename
 
std::string funcname
 
int line {0}
 

Detailed Description

Definition at line 39 of file editor_actions.h.

Member Data Documentation

◆ filename

std::string unravel::log_query_entry::filename

Definition at line 44 of file editor_actions.h.

◆ funcname

std::string unravel::log_query_entry::funcname

Definition at line 45 of file editor_actions.h.

◆ id

uint64_t unravel::log_query_entry::id {0}

Definition at line 41 of file editor_actions.h.

◆ level

level::level_enum unravel::log_query_entry::level {level::off}

Definition at line 42 of file editor_actions.h.

◆ line

int unravel::log_query_entry::line {0}

Definition at line 46 of file editor_actions.h.

◆ text

std::string unravel::log_query_entry::text

Definition at line 43 of file editor_actions.h.


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