Interface IGatewayLogger
public interface IGatewayLogger
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