Commit bcf6b12d authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #10000 from olegz:GH-9999

* pr/10000:
  Polish "Expose SpringBootCondition's logger"
  Expose SpringBootCondition's logger
parents 914b3588 fa85308a
......@@ -158,4 +158,12 @@ public abstract class SpringBootCondition implements Condition {
return condition.matches(context, metadata);
}
/**
* Return the {@link Log logger} used by this instance of the condition.
* @return the {@link Log logger}
*/
protected final Log getLogger() {
return this.logger;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment