Click or drag to resize
LoggerBase 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 : ILogger, 
	IDisposable

The LoggerBase type exposes the following members.

Constructors
  NameDescription
Protected methodLoggerBase
Initializes a new instance of the LoggerBase class.
Top
Properties
  NameDescription
Public propertyName
Gets the name of the logger.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
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.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEnabled
Gets a value indicating whether logging of entries of the specified level is enabled.
Public methodLog
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