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

LogManager.GetLogger Method (Type)

Gets the logger.

[Visual Basic]
Overloads Public Shared Function GetLogger( _
   ByVal Type As Type _
) As ILog
[C#]
public static ILog GetLogger(
   Type type
);

Parameters

type
The type.

Return Value

See Also

LogManager Class | IBatisNet.Common.Logging Namespace | LogManager.GetLogger Overload List