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

NoOpLoggerFA Class

Factory for creating "no operation" loggers that do nothing and whose Is*Enabled properties always return false.

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

System.Object
   NoOpLoggerFA

[Visual Basic]
NotInheritable Public Class NoOpLoggerFA
    Implements ILoggerFactoryAdapter
[C#]
public class NoOpLoggerFA : ILoggerFactoryAdapter

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.

Remarks

This factory creates a single instance of NoOpLogger and always returns that instance whenever an ILog instance is requested.

Requirements

Namespace: IBatisNet.Common.Logging.Impl

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

See Also

NoOpLoggerFA Members | IBatisNet.Common.Logging.Impl Namespace