VPNLogFactory Create Method (String)Virtual Photonics - VTS Library
Virtual Photonics
Creates a logger with specified name.

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

public override ILogger Create(
	string name
)

Return Value

Type: ILogger

Implements

ILoggerFactory Create(String)
See Also