VPLoggerLevel EnumerationVirtual Photonics - VTS Library
Virtual Photonics
Supporting Logger levels.

Namespace: Vts.Common.Logging
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public enum LoggerLevel
Members

  Member nameValueDescription
Off0 Logging will be off
Fatal1 Fatal logging level
Error2 Error logging level
Warn3 Warn logging level
Info4 Info logging level
Debug5 Debug logging level
See Also