Click or drag to resize
Logger Class
Facade to hide details of the underlying logging system.
Inheritance Hierarchy
SystemObject
  AsterNETLogger

Namespace: AsterNET
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class Logger

The Logger type exposes the following members.

Constructors
  NameDescription
Public methodLogger
Creates a new CommonsLoggingLog obtained from commons-logging's LogFactory for the given class.
Top
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