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)
SyntaxILogger CreateChildLogger(
string loggerName
)
Parameters
- loggerName
- Type: SystemString
The Subname of this logger.
Return Value
Type:
ILoggerThe New ILogger instance.
Exceptions
See Also