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: 6.0.0.0 (6.0.6225.27214)
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