| Logger Class |
Namespace: AsterNET
The Logger type exposes the following members.
| Name | Description | |
|---|---|---|
| Logger |
Creates a new CommonsLoggingLog obtained from commons-logging's LogFactory for the given class.
|
| Name | Description | |
|---|---|---|
| Debug(Object) | ||
| Debug(String) | ||
| Debug(String, Exception) | ||
| Debug(String, Object) | ||
| Equals | (Inherited from Object.) | |
| Error(Object) | ||
| Error(String) | ||
| Error(String, Exception) | ||
| Error(String, Object) | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Info(Object) | ||
| Info(String) | ||
| Info(String, Exception) | ||
| Info(String, Object) | ||
| Instance |
Returns an instance of Log suitable for logging from the given class.
| |
| IsVisible |
Get visibility for message level of class:method
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Visible(Boolean, LoggerMessageLevel) |
Set visibility for message level of class:method
| |
| Visible(Boolean, LoggerMessageLevel, String) |
Set visibility for message level of class:method
| |
| Warning(Object) | ||
| Warning(String) | ||
| Warning(String, Exception) | ||
| Warning(String, Object) |