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

#include <mcp_manager.h>

Public Attributes

std::chrono::system_clock::time_point timestamp {}
 
std::string category
 
std::string message
 
bool is_error {false}
 

Detailed Description

Definition at line 31 of file mcp_manager.h.

Member Data Documentation

◆ category

std::string unravel::mcp_activity_entry::category

Definition at line 34 of file mcp_manager.h.

◆ is_error

bool unravel::mcp_activity_entry::is_error {false}

Definition at line 36 of file mcp_manager.h.

◆ message

std::string unravel::mcp_activity_entry::message

Definition at line 35 of file mcp_manager.h.

◆ timestamp

std::chrono::system_clock::time_point unravel::mcp_activity_entry::timestamp {}

Definition at line 33 of file mcp_manager.h.


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