Table of Contents

Interface ILoggerProvider

Namespace
MoonBark.GridPlacement.Core.Interfaces
Assembly
MoonBark.GridPlacement.Core.dll
public interface ILoggerProvider

Methods

GetLogger(string?)

IFrameworkLogger GetLogger(string? category = null)

Parameters

category string

Returns

IFrameworkLogger

GetLogger<T>()

IFrameworkLogger GetLogger<T>()

Returns

IFrameworkLogger

Type Parameters

T