LoggingMode 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
public sealed class LoggingMode : AbstractValueMap<LoggingMode>
Inheritance
Object    AbstractValueMapLoggingMode    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