VPILogger Debug Method (Func String )Virtual Photonics - VTS Library
Virtual Photonics
Logs a debug message with lazily constructed message. The message will be constructed only if the IsDebugEnabled is true.

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

void Debug(
	Func<string> messageFactory
)

Parameters

messageFactory
Type: OnlineSystem Func OnlineString 
See Also