LoggerConfiguration
Create a new instance.
Parameters
name
the name of the logger
configuredLevel
the configured level of the logger
effectiveLevel
the effective level of the logger
constructor(name: String, levelConfiguration: LoggerConfiguration.LevelConfiguration, inheritedLevelConfiguration: LoggerConfiguration.LevelConfiguration)
Create a new instance.
Since
2.7.13
Parameters
name
the name of the logger
levelConfiguration
the level configuration
inheritedLevelConfiguration
the inherited level configuration