spring-framework / org.springframework.beans.factory.parsing / FailFastProblemReporter / setLogger

setLogger

open fun setLogger(@Nullable logger: Log): Unit

Set the Log that is to be used to report warnings.

If set to null then a default Log set to the name of the instance class will be used.

Parameters

logger - the Log that is to be used to report warnings