OpenTTD Source 20260911-master-gee2b2ac12a
QueuedDebugItem Struct Reference

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

Data Fields

Facility facility
 The facility of the message.
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 30 of file debug.cpp.

Field Documentation

◆ facility

Facility QueuedDebugItem::facility

The facility of the message.

Definition at line 31 of file debug.cpp.

◆ message

std::string QueuedDebugItem::message

The actual formatted message.

Definition at line 32 of file debug.cpp.


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