Click or drag to resize
ILoggerFactoryAdapter Interface

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

Logger factory adapter interface.

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

The ILoggerFactoryAdapter type exposes the following members.

Methods
  NameDescription
Public methodGetLogger(String)
Gets a logger instance by name.
Public methodGetLogger(Type)
Gets a logger instance by type.
Public methodInitialize
Initializes the logging system.
Public methodShutdown
Terminates the logging system.
Top
See Also