WPILibC++ 2025.0.0-alpha-1-24-g6478ba6
NT_LogMessage Struct Reference

NetworkTables log message. More...

#include <ntcore_c.h>

Public Attributes

unsigned int level
 Log level of the message. More...
 
struct WPI_String 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...
 
struct WPI_String message
 The message. More...
 

Detailed Description

NetworkTables log message.

Member Data Documentation

◆ filename

struct WPI_String NT_LogMessage::filename

The filename of the source file that generated the message.

◆ level

unsigned int NT_LogMessage::level

Log level of the message.

See NT_LogLevel.

◆ line

unsigned int NT_LogMessage::line

The line number in the source file that generated the message.

◆ message

struct WPI_String NT_LogMessage::message

The message.


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