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

AbstractLogger Methods

The methods of the AbstractLogger class are listed below. For a complete list of AbstractLogger class members, see the AbstractLogger Members topic.

Public Instance Methods

DebugOverloaded. Log a Debug message.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
ErrorOverloaded. Log a Error message.
FatalOverloaded. Log a Fatal 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. Log a Info message.
ToString (inherited from Object)Returns a String that represents the current Object.
WarnOverloaded. Log a Warn message.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
IsLevelEnabled Concrete classes should override this method to determine if a particular LogLevel is enabled.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
Write Concrete classes should override this method to perform the actual logging.

See Also

AbstractLogger Class | IBatisNet.Common.Logging.Impl Namespace