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