Creates a LoggerConfigurator from an array of logger patterns.
Patterns are evaluated in order, and the first matching pattern's config is used.
Supports exact matching and simple wildcard patterns with '*'.
The returned configurator computes a complete LoggerConfig by merging the matched
pattern's config with default values for any unspecified properties.
Creates a LoggerConfigurator from an array of logger patterns. Patterns are evaluated in order, and the first matching pattern's config is used. Supports exact matching and simple wildcard patterns with '*'.
The returned configurator computes a complete LoggerConfig by merging the matched pattern's config with default values for any unspecified properties.