VPILogger CreateChildLogger Method Virtual Photonics - VTS Library
Virtual Photonics
Create a new child logger. The name of the child logger is [current-loggers-name].[passed-in-name]

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

ILogger CreateChildLogger(
	string loggerName
)

Return Value

Type: ILogger
The New ILogger instance.
Exceptions

See Also