Interface IFireflyLogger
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
stringlogLevel
LogLeveleventId
EventIdstate
TStateexception
Exceptionformatter
Func<TState, Exception, string>
Type Parameters
TState