Click or drag to resize

ILoggerCreateChildLogger Method

Create a new child logger. The name of the child logger is [current-loggers-name].[passed-in-name]

Namespace:  PDTec.IceNet.Core.Runtime
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
ILogger CreateChildLogger(
	string loggerName
)

Parameters

loggerName
Type: SystemString
The Subname of this logger.

Return Value

Type: ILogger
The New ILogger instance.
Exceptions
ExceptionCondition
ArgumentExceptionIf the name has an empty element name.
See Also