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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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