ILoggerCreateChildLogger Method |
Create a new child logger.
The name of the child logger is [current-loggers-name].[passed-in-name]
Namespace: PDTec.IceNet.Core.RuntimeAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
SyntaxILogger CreateChildLogger(
string loggerName
)
Parameters
- loggerName
- Type: SystemString
The Subname of this logger.
Return Value
Type:
ILoggerThe New ILogger instance.
Exceptions
See Also