Common Logging 2.0 API Reference |
|
AbstractCachingLoggerFactoryAdapter.CreateLogger Method
Create the specified named logger instance
[Visual Basic]
Protected MustOverride Sub CreateLogger( _
ByVal
name As
String _
)
[C#]
protected abstract
ILog CreateLogger(
string name);
Remarks
Derived factories need to implement this method to create the actual logger instance.
See Also
AbstractCachingLoggerFactoryAdapter Class | Common.Logging.Factory Namespace