💡 Added since annotation to \LogAPI::IsLogLevelEnabled

This commit is contained in:
Pierre Goiffon
2022-05-03 17:18:07 +02:00
parent 867cc6ce7e
commit b3ef9333af

View File

@@ -710,6 +710,7 @@ abstract class LogAPI
/**
* @throws \ConfigException if log wrongly configured
* @uses GetMinLogLevel
* @since 3.0.0 N°3731
*/
final public static function IsLogLevelEnabled(string $sLevel, string $sChannel, string $sConfigKey = self::ENUM_CONFIG_PARAM_FILE): bool
{