OpenTelemetry.Logs.LoggerProviderExtensions
Contains extension methods for the LoggerProvider class.
public static LoggerProvider AddProcessor(this LoggerProvider provider, BaseProcessor<LogRecord> processor)
Add a processor to the LoggerProvider.
Flushes all the processors registered under LoggerProvider, blocks the current thread
until flush completed, shutdown signaled or timed out.
Attempts to shutdown the LoggerProvider, blocks the current thread until
shutdown completed or timed out.