Base:
1 reference to ToString
Microsoft.Extensions.Logging.Abstractions (1)
LoggerMessage.cs (1)
468public static readonly Func<LogValues, Exception?, string> Callback = (state, exception) => state.ToString();