Interface IRestLogger
public interface IRestLogger
Methods
Log<TState>(LogLevel, TState, Exception?, Func<TState, Exception?, string>)
void Log<TState>(LogLevel logLevel, TState state, Exception? exception, Func<TState, Exception?, string> formatter)
Parameters
Type Parameters
TState