logKeyFound method

void logKeyFound(
  1. String key,
  2. PropertySource propertySource,
  3. Object value
)

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}");
	}