diff --git a/src/ConfigCatClient/ConfigCatClientSnapshot.cs b/src/ConfigCatClient/ConfigCatClientSnapshot.cs index 908b2908..fd365393 100644 --- a/src/ConfigCatClient/ConfigCatClientSnapshot.cs +++ b/src/ConfigCatClient/ConfigCatClientSnapshot.cs @@ -173,7 +173,7 @@ public EvaluationDetails GetValueDetails(string key, T defaultValue, User? } catch (Exception ex) { - evaluationServices.Logger.SettingEvaluationError(nameof(GetKeyAndValue), defaultReturnValue, ex); + evaluationServices.Logger.SettingEvaluationError($"{nameof(ConfigCatClientSnapshot)}.{nameof(GetKeyAndValue)}", defaultReturnValue, ex); return null; } }