NoOpLogger Constructor
|
Initializes a new instance of the NoOpLogger class. |
IsDebugEnabled | Always returns false. |
IsErrorEnabled | Always returns false. |
IsFatalEnabled | Always returns false. |
IsInfoEnabled | Always returns false. |
IsWarnEnabled | Always returns false. |
Debug | Overloaded. Ignores message. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
Error | Overloaded. Ignores message. |
Fatal | Overloaded. 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. |
Info | Overloaded. Ignores message. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Warn | Overloaded. Ignores message. |
NoOpLogger Class | IBatisNet.Common.Logging.Impl Namespace