Click or drag to resize
ILogger Interface

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

Logger interface.

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
public interface ILogger : IDisposable

The ILogger type exposes the following members.

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.
(Inherited from IDisposable.)
Public methodIsEnabled
Gets a value indicating whether logging of entries of the specified level is enabled.
Public methodLog
Logs an entry.
Top
See Also