Gets a Log4NetLogger.

C# | Visual Basic | Visual 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 )

- logImpl (ILog)
- The ILog that will be used to delegate.
- name (String)
- The category name.

The Log4NetLogger.