iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

NoOpLoggerFA.GetLogger Method 

Get a ILog instance by type

[Visual Basic]
NotOverridable Public Function GetLogger( _
   ByVal Type As Type _
) As ILog _
    Implements ILoggerFactoryAdapter.
[C#]
public ILog GetLogger(
   Type type
);

Parameters

type

Return Value

Implements

ILoggerFactoryAdapter.

See Also

NoOpLoggerFA Class | IBatisNet.Common.Logging.Impl Namespace