WPILibC++ 2023.4.3-108-ge5452e3
|
NetworkTables log message. More...
#include <ntcore_c.h>
Public Attributes | |
unsigned int | level |
Log level of the message. More... | |
char * | filename |
The filename of the source file that generated the message. More... | |
unsigned int | line |
The line number in the source file that generated the message. More... | |
char * | message |
The message. More... | |
NetworkTables log message.
char* 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.
char* NT_LogMessage::message |
The message.