AbstractLogger ClassHazelcast .Net Client Class Library
Abstract ILogger implementation that provides implementations for the convenience methods like finest,info,warning and severe.
Inheritance Hierarchy

SystemObject
  Hazelcast.LoggingAbstractLogger

Namespace: Hazelcast.Logging
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax

public abstract class AbstractLogger : ILogger

The AbstractLogger type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFinest(Exception)
Public methodFinest(String)
Public methodFinest(String, Exception)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLevel
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInfo
Public methodIsFinestEnabled
Public methodIsLoggable
Public methodLog(LogLevel, String)
Public methodLog(LogLevel, String, Exception)
Public methodSevere(Exception)
Public methodSevere(String)
Public methodSevere(String, Exception)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWarning(Exception)
Public methodWarning(String)
Public methodWarning(String, Exception)
Top
See Also

Reference