VPNLogLogger Info Method (Func String )Virtual Photonics - VTS Library
Virtual Photonics
Logs a info message.

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

public void Info(
	Func<string> messageFactory
)

Parameters

messageFactory
Type: OnlineSystem Func OnlineString 
Factory constructing lazily the message to log if the level is enabled

Implements

ILogger Info(Func String )
See Also