Adds or updates a logger configuration with a minimum level and writers.
public void Add(string name, LogLevel level, ReadOnlySpan<LogWriterConfig> writerConfigs, bool includeParents = true)
The logger category name.
The minimum level for the category.
The writer configurations to attach.
Whether parent logger writers are inherited.