Click or drag to resize
ILoggerCacheTKey, TLogger Interface

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

Logger cache interface.

Namespace: Yalla
Assembly: Yalla (in Yalla.dll) Version: 1.0.5813.3073
Syntax
public interface ILoggerCache<TKey, TLogger> : IDisposable

Type Parameters

TKey
The type of the key.
TLogger
The type of the logger.

The ILoggerCacheTKey, TLogger type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetOrAdd
Gets or adds a logger.
Top
See Also