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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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