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

ILog Interface

A simple logging interface abstracting logging APIs. Inspired by log4net.

For a list of all members of this type, see ILog Members.

[Visual Basic]
Public Interface ILog
[C#]
public interface ILog

Types that implement ILog

Type Description
AbstractLogger Base class that implements the ILog interface.
ConsoleOutLogger Sends log messages to Out.
NoOpLogger Silently ignores all log messages.
TraceLogger Logger that sends output to the Trace sub-system.

Requirements

Namespace: IBatisNet.Common.Logging

Assembly: IBatisNet.Common (in IBatisNet.Common.dll)

See Also

ILog Members | IBatisNet.Common.Logging Namespace