MobileTrack Nexus Documentation
C#
Show/Hide TOC
Logging
Mode Class
A logging mode to utilize by the application or a
DeviceDto
Definition
Namespace:
MobileTrack.Common.Enums
Assembly:
MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
C#
Copy
Request Example
public
sealed
class
LoggingMode
:
AbstractValueMap
<
LoggingMode
>
Inheritance
Object
AbstractValueMap
LoggingMode
LoggingMode
Fields
Error
Log errors
Fatal
Log fatal errors that disrupt the application or the device.
Information
Log normal information
Verbose
Log everything
Warning
Log warnings
See Also
Reference
MobileTrack.Common.Enums Namespace
In This Article
Definition
Fields
See Also