Click or drag to resize
LoggerBaseTLevel, TSettings Class

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

Base logger.
Inheritance Hierarchy
SystemObject
  YallaLoggerBase
    YallaLoggerBaseTLevel
      YallaLoggerBaseTLevel, TSettings

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

Type Parameters

TLevel
The type of the concrete log level.
TSettings
The type of the logger settings.

The LoggerBaseTLevel, TSettings type exposes the following members.

Constructors
Properties
  NameDescription
Protected propertyLevel
Gets the minimum enabled log level.
Public propertyName
Gets the name of the logger.
(Inherited from LoggerBase.)
Protected propertySettings
Gets the logger settings.
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.
(Inherited from LoggerBaseTLevel.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsEnabled
Gets a value indicating whether this logger is enabled.
(Inherited from LoggerBaseTLevel.)
Protected methodIsEnabled(TLevel)
Gets a value indicating whether this logger is enabled.
(Overrides LoggerBaseTLevelIsEnabled(LogLevel).)
Public methodIsEnabled(LogLevel)
Gets a value indicating whether entries of the specified level or above should be logged.
(Overrides LoggerBaseTLevelIsEnabled(LogLevel).)
Public methodLog(LogEntry, String, IFormatProvider)
Logs an entry.
(Inherited from LoggerBaseTLevel.)
Protected methodLog(TLevel, LogEntry, String, IFormatProvider)
Logs an entry.
(Inherited from LoggerBaseTLevel.)
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