Tobii Pro SDK Unity API
Tobii.Research.LogEventArgs Class Reference

Provides data for the LogReceived event. More...

Inheritance diagram for Tobii.Research.LogEventArgs:

Properties

long SystemTimeStamp [get]
 Gets the time stamp in microseconds according to the computer's internal clock. More...
 
LogSource Source [get]
 Gets the log source. More...
 
LogLevel Level [get]
 Gets the log level. More...
 
string Message [get]
 Gets the log message. More...
 

Detailed Description

Provides data for the LogReceived event.

Property Documentation

LogLevel Tobii.Research.LogEventArgs.Level
get

Gets the log level.

string Tobii.Research.LogEventArgs.Message
get

Gets the log message.

LogSource Tobii.Research.LogEventArgs.Source
get

Gets the log source.

long Tobii.Research.LogEventArgs.SystemTimeStamp
get

Gets the time stamp in microseconds according to the computer's internal clock.