Table of Contents

Interface IFireflyLogger

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Firefly.Abstractions.dll
public interface IFireflyLogger

Methods

Log<TState>(string, LogLevel, EventId, TState, Exception?, Func<TState, Exception?, string>?)

void Log<TState>(string category, LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string>? formatter)

Parameters

category string
logLevel LogLevel
eventId EventId
state TState
exception Exception
formatter Func<TState, Exception, string>

Type Parameters

TState