WPILibC++ 2025.2.1
|
NetworkTables log message. More...
#include <ntcore_c.h>
Public Attributes | |
unsigned int | level |
Log level of the message. | |
struct WPI_String | filename |
The filename of the source file that generated the message. | |
unsigned int | line |
The line number in the source file that generated the message. | |
struct WPI_String | message |
The message. | |
NetworkTables log message.
struct WPI_String NT_LogMessage::filename |
The filename of the source file that generated the message.
unsigned int NT_LogMessage::level |
Log level of the message.
See NT_LogLevel.
unsigned int NT_LogMessage::line |
The line number in the source file that generated the message.
struct WPI_String NT_LogMessage::message |
The message.