ILoggerFactory Interface

Definition

Used to create logger instances of the given name.

public interface ILoggerFactory
type ILoggerFactory = interface
Public Interface ILoggerFactory
Derived

Methods

Create(String)

Creates a new ILogger instance of the given name.

Applies to