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

ConsoleOutLoggerFA.GetLogger Method (String)

Get a ILog instance by name.

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

Parameters

name
Usually a Type's Name or FullName property.

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