ILoggerFactory Interface

Definition

Represents a factory for creating loggers.

public interface ILoggerFactory
type ILoggerFactory = interface
Public Interface ILoggerFactory

Methods

Name Description
CreateLogger(String)

Creates a logger with the specified category name.

Extension Methods

Name Description
CreateLogger<TCategoryName>(ILoggerFactory)

Creates a logger instance for the specified category name.

Applies to