Click or drag to resize
LoggerBaseTLevel Class

[This is preliminary documentation and is subject to change.]

Base logger.
Inheritance Hierarchy

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
public abstract class LoggerBase<TLevel> : LoggerBase

Type Parameters

TLevel
The type of the concrete log level.

The LoggerBaseTLevel type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyName
Gets the name of the logger.
(Inherited from LoggerBase.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from LoggerBase.)
Protected methodDispose(Boolean)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from LoggerBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the LoggerBase is reclaimed by garbage collection.
(Inherited from LoggerBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetLevel
Gets the concrete log level.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsEnabled
Gets a value indicating whether this logger is enabled.
Protected methodIsEnabled(TLevel)
Gets a value indicating whether logging of entries of the specified level is enabled.
Public methodIsEnabled(LogLevel)
Gets a value indicating whether logging of entries of the specified level is enabled.
(Overrides LoggerBaseIsEnabled(LogLevel).)
Public methodLog(LogEntry, String, IFormatProvider)
Logs an entry.
(Overrides LoggerBaseLog(LogEntry, String, IFormatProvider).)
Protected methodLog(TLevel, LogEntry, String, IFormatProvider)
Logs an entry.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also