Common Logging 2.0 API Reference

CapturingLoggerFactoryAdapter.GetLogger(String) Method

Get a CapturingLogger instance for the given name.

[Visual Basic]
Public NotOverridable Overloads Sub GetLogger( _
   ByVal name As String _
) _
    Implements ILoggerFactoryAdapter.GetLogger
[C#]
public ILog GetLogger(
   string name
);

Implements

ILoggerFactoryAdapter.GetLogger

See Also

CapturingLoggerFactoryAdapter Class | Common.Logging.Simple Namespace | CapturingLoggerFactoryAdapter.GetLogger Overload List