OpenTTD Source  20241108-master-g80f628063a
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: