logKeyFound method
Implementation
void logKeyFound(String key, PropertySource propertySource, Object value) {
environmentLoggingListener.put(LogLevel.DEBUG, "Found key '$key' in PropertySource '${propertySource.getName()}' with value of type ${value.runtimeType}");
}