VPNLogLogger CreateChildLogger Method Virtual Photonics - VTS Library
Virtual Photonics
Creates a child logger with the specied name.

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

public virtual ILogger CreateChildLogger(
	string name
)

Return Value

Type: ILogger

Implements

ILogger CreateChildLogger(String)
See Also