3 instantiations of LogDefineOptions
Microsoft.Extensions.Http (1)
Microsoft.Extensions.Telemetry.PerformanceTests (2)
15 references to LogDefineOptions
Microsoft.Extensions.Http (1)
Microsoft.Extensions.Logging.Abstractions (14)
LoggerMessage.cs (14)
139/// <param name="options">The <see cref="LogDefineOptions"/>.</param>
141public static Action<ILogger, Exception?> Define(LogLevel logLevel, EventId eventId, string formatString, LogDefineOptions? options)
182/// <param name="options">The <see cref="LogDefineOptions"/>.</param>
184public static Action<ILogger, T1, Exception?> Define<T1>(LogLevel logLevel, EventId eventId, string formatString, LogDefineOptions? options)
227/// <param name="options">The <see cref="LogDefineOptions"/>.</param>
229public static Action<ILogger, T1, T2, Exception?> Define<T1, T2>(LogLevel logLevel, EventId eventId, string formatString, LogDefineOptions? options)
274/// <param name="options">The <see cref="LogDefineOptions"/>.</param>
276public static Action<ILogger, T1, T2, T3, Exception?> Define<T1, T2, T3>(LogLevel logLevel, EventId eventId, string formatString, LogDefineOptions? options)
323/// <param name="options">The <see cref="LogDefineOptions"/>.</param>
325public static Action<ILogger, T1, T2, T3, T4, Exception?> Define<T1, T2, T3, T4>(LogLevel logLevel, EventId eventId, string formatString, LogDefineOptions? options)
374/// <param name="options">The <see cref="LogDefineOptions"/>.</param>
376public static Action<ILogger, T1, T2, T3, T4, T5, Exception?> Define<T1, T2, T3, T4, T5>(LogLevel logLevel, EventId eventId, string formatString, LogDefineOptions? options)
427/// <param name="options">The <see cref="LogDefineOptions"/>.</param>
429public static Action<ILogger, T1, T2, T3, T4, T5, T6, Exception?> Define<T1, T2, T3, T4, T5, T6>(LogLevel logLevel, EventId eventId, string formatString, LogDefineOptions? options)