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
categorystringlogLevelLogLeveleventIdEventIdstateTStateexceptionExceptionformatterFunc<TState, Exception, string>
Type Parameters
TState