LoggingAdapter Methods

The LoggingAdapter type exposes the following members.

Methods


  Name Description
Public method Debug(String)
Debugs the specified message.
Public method Debug(String, array<Object>[]()[][])
Debugs the specified format.
Public method Equals(System.Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method Error(Exception, String)
Errors the specified cause.
Public method Error(String)
Errors the specified message.
Public method Error(Exception, String, array<Object>[]()[][])
Errors the specified cause.
Public method Error(String, array<Object>[]()[][])
Errors the specified format.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Info(String)
Informations the specified message.
Public method Info(String, array<Object>[]()[][])
Informations the specified format.
Public method Log(LogLevel, String)
Logs the specified log level.
Public method Log(LogLevel, String, array<Object>[]()[][])
Logs the specified log level.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method Warn(String)
Warns the specified message.
Public method Warn(String, array<Object>[]()[][])
Warns the specified format.