React to Logging API changes
This commit is contained in:
parent
c8a276e716
commit
b74e26883e
|
|
@ -27,7 +27,7 @@ namespace Microsoft.AspNetCore.Identity.Test
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Log(LogLevel logLevel, int eventId, object state, Exception exception, Func<object, Exception, string> formatter)
|
public void Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)
|
||||||
{
|
{
|
||||||
if (formatter == null)
|
if (formatter == null)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue