Example #1
0
 public void Log <TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func <TState, Exception, string> formatter)
 {
     SqlLog.LogSql(formatter(state, exception));
 }