Abstract
ILogger
implementation that provides implementations for the convenience methods like
finest,info,warning and severe.
Inheritance Hierarchy
Hazelcast.LoggingAbstractLogger
Namespace: Hazelcast.Logging
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax
The AbstractLogger type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finest(Exception) | ||
Finest(String) | ||
Finest(String, Exception) | ||
GetHashCode | Serves as a hash function for a particular type. (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) |
See Also