Click or drag to resize

LogLvlContract Enumeration

Logging level.

Namespace:  SOS.SDK.Contracts.DataContracts.Enums
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public enum LogLvlContract
Members
  Member nameValueDescription
None0 Logging is disabled.
Fatal1 Level for errors, which is fatal to the application.
Error3 Level for errors, which is fatal to the operation.
Warn7 Level for any event, that can pottentially cause to issuses, but as rule this states automaticaly resolved.
Info15 Level for any informational event.
Debug31 Log all events.
Full31 Equals to Debug
See Also