Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetLog4NetLogger Method (logImpl, name)
NamespacesGenesyslab.Desktop.InfrastructureLog4NetLoggerGetLog4NetLogger(ILog, String)
Gets a Log4NetLogger.
Declaration Syntax
C#Visual BasicVisual C++
public static Log4NetLogger GetLog4NetLogger(
	ILog logImpl,
	string name
)
Public Shared Function GetLog4NetLogger ( _
	logImpl As ILog, _
	name As String _
) As Log4NetLogger
public:
static Log4NetLogger^ GetLog4NetLogger(
	ILog^ logImpl, 
	String^ name
)
Parameters
logImpl (ILog)
The ILog that will be used to delegate.
name (String)
The category name.
Return Value
The Log4NetLogger.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)