Azure Kinect Sensor SDK  refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK
Microsoft.Azure.Kinect.Sensor.LogMessage Class Reference

A debug log message that is part of an exception. More...

Public Member Functions

override string ToString ()
 

Properties

DateTime Time [get]
 Gets the time at which the log message was received. More...
 
LogLevel LogLevel [get]
 Gets the level of the message that was created. More...
 
string FileName [get]
 Gets the file name of the source file that generated the message. More...
 
int Line [get]
 Gets the line number of the source file that generated the message. More...
 
string Message [get]
 Gets the messaged generated by the Azure Kinect SDK. More...
 
string FormatedMessage [get]
 Gets the full formated exception log message with all of the details. More...
 

Detailed Description

A debug log message that is part of an exception.


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