Function Karana::Core::deprecated

Function Karana::Core::deprecated#

Function Documentation#

void Karana::Core::deprecated(std::string_view name, std::string_view removal_date, std::string_view msg)#

Write a deprecation message to all loggers.

Parameters:
  • name – The name of the function, class, etc. being deprecated.

  • removal_date – The date the function, class, etc. will be removed.

  • msg – The message to print. This should say how to fix the deprecation.