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

NoOpLogger Members

NoOpLogger overview

Public Instance Constructors

NoOpLogger Constructor Initializes a new instance of the NoOpLogger class.

Public Instance Properties

IsDebugEnabled Always returns false.
IsErrorEnabled Always returns false.
IsFatalEnabled Always returns false.
IsInfoEnabled Always returns false.
IsWarnEnabled Always returns false.

Public Instance Methods

DebugOverloaded. Ignores message.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
ErrorOverloaded. Ignores message.
FatalOverloaded. Ignores message.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
InfoOverloaded. Ignores message.
ToString (inherited from Object)Returns a String that represents the current Object.
WarnOverloaded. Ignores message.

See Also

NoOpLogger Class | IBatisNet.Common.Logging.Impl Namespace