VPNLogLogger IsWarnEnabled Property Virtual Photonics - VTS Library
Virtual Photonics
Determines if messages of priority "warn" will be logged.

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

public bool IsWarnEnabled { get; }

Property Value

Type: OnlineBoolean
true if "warn" messages will be logged, false otherwise

Implements

ILogger IsWarnEnabled
See Also