Click or drag to resize
ILogFactory Interface

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

Log factory interface.

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

The ILogFactory type exposes the following members.

Methods
  NameDescription
Public methodGetLogger(String)
Retrieves or creates a log by name.
Public methodGetLogger(Type)
Retrieves or creates a log by type.
Public methodInitialize
Initializes the logging system.
Public methodShutdown
Terminates the logging system.
Top
See Also