Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
CreateChildLogger Method (name)
NamespacesGenesyslab.Desktop.InfrastructureLog4NetLoggerCreateChildLogger(String)
Creates a new child logger. The name of the child logger is [current-loggers-name].[passed-in-name].
Declaration Syntax
C#Visual BasicVisual C++
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
ExceptionCondition
ArgumentExceptionThrown 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)