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

ConsoleOutLoggerFA.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
Usually the Type of the current class.

Return Value

An ILog instance that will write data to Out.

Implements

ILoggerFactoryAdapter.

See Also

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