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

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

public bool IsInfoEnabled { get; }

Property Value

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

Implements

ILogger IsInfoEnabled
See Also