OpenTTD Source  20240919-master-gdf0233f4c2
QueuedDebugItem Struct Reference

Element in the queue of debug messages that have to be passed to either NetworkAdminConsole or IConsolePrint. More...

Data Fields

std::string level
 The used debug level.
 
std::string message
 The actual formatted message.
 

Detailed Description

Element in the queue of debug messages that have to be passed to either NetworkAdminConsole or IConsolePrint.

Definition at line 29 of file debug.cpp.


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