fun remindToRemoveUnusedImplementationAfter(deadlineDateInIsoFormat: String, message: String): Unit
Generate a logging event with the level error if the current date/time is after the date
in deadlineDateInIsoFormat.
deadlineDateInIsoFormat - Deadline after which the message will be logged in ISO format (e.g. 2018-10-23).