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

Declaration Syntax
public ILogger CreateChildLogger(
string name
)
Public Function CreateChildLogger ( _
name As String _
) As ILogger
public:
virtual ILogger^ CreateChildLogger(
String^ name
) sealed

Parameters
- name (String)
- The subname of this logger.

Return Value
The new ILogger instance.

Exceptions
Exception | Condition |
---|
ArgumentException | Thrown when the name parameter has an empty element name.
|
Assembly:
Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)