Log(LogLevel, EventId, TState, Exception?, Func<TState, Exception?, string>, string)
public void Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter, string category) Logs a message to the buffer.
Parameters
logLevelLogLeveleventIdEventIdstateTStateexceptionException?formatterFunc<TState, Exception?, string>categorystring
