Click or drag to resize
Logger Methods

The Logger type exposes the following members.

Methods
  NameDescription
Public methodDebug(Object)
Public methodDebug(String)
Public methodDebug(String, Exception)
Public methodDebug(String, Object)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodError(Object)
Public methodError(String)
Public methodError(String, Exception)
Public methodError(String, Object)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInfo(Object)
Public methodInfo(String)
Public methodInfo(String, Exception)
Public methodInfo(String, Object)
Public methodStatic memberInstance
Returns an instance of Log suitable for logging from the given class.
Public methodIsVisible
Get visibility for message level of class:method
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodVisible(Boolean, LoggerMessageLevel)
Set visibility for message level of class:method
Public methodVisible(Boolean, LoggerMessageLevel, String)
Set visibility for message level of class:method
Public methodWarning(Object)
Public methodWarning(String)
Public methodWarning(String, Exception)
Public methodWarning(String, Object)
Top
See Also