Base:
1 reference to ToString
Microsoft.Extensions.Logging.Abstractions (1)
LoggerMessage.cs (1)
786
public static readonly Func<LogValues<T0, T1, T2, T3, T4, T5>, Exception?, string> Callback = (state, exception) => state.
ToString
();