Base:
1 reference to ToString
Microsoft.AspNetCore.HttpLogging (1)
HttpLog.cs (1)
15internal static readonly Func<object, Exception?, string> Callback = (state, exception) => ((HttpLog)state).ToString();