semanticlogger / de.roamingthings.semanticlogger / SemanticLogger / remindToRemoveUnusedImplementationAfter

remindToRemoveUnusedImplementationAfter

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.

Parameters

deadlineDateInIsoFormat - Deadline after which the message will be logged in ISO format (e.g. 2018-10-23).

message - Message to be logged.