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.
null
logger - the Log that is to be used to report warnings
logger