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

TraceLoggerFA.GetLogger Method (Type)

Get a ILog instance by type

[Visual Basic]
NotOverridable Overloads 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

TraceLoggerFA Class | IBatisNet.Common.Logging.Impl Namespace | TraceLoggerFA.GetLogger Overload List