LogMessage

class ntcore.LogMessage

Bases: pybind11_object

NetworkTables log message.

property filename str

The filename of the source file that generated the message.

property level int

Log level of the message. See NT_LogLevel.

property line int

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

property message str

The message.