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

AbstractLogger Class

Base class that implements the ILog interface.

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

System.Object
   AbstractLogger
      ConsoleOutLogger
      TraceLogger

[Visual Basic]
MustInherit Public Class AbstractLogger
    Implements ILog
[C#]
public class AbstractLogger : ILog

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: IBatisNet.Common.Logging.Impl

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

See Also

AbstractLogger Members | IBatisNet.Common.Logging.Impl Namespace