AbstractLogger Class |
Namespace: Hazelcast.Logging
The AbstractLogger type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finest(Exception) | ||
| Finest(String) | ||
| Finest(String, Exception) | ||
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetLevel | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Info | ||
| IsFinestEnabled | ||
| IsLoggable | ||
| Log(LogLevel, String) | ||
| Log(LogLevel, String, Exception) | ||
| Severe(Exception) | ||
| Severe(String) | ||
| Severe(String, Exception) | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Warning(Exception) | ||
| Warning(String) | ||
| Warning(String, Exception) |