Function Karana::Core::deprecated#
Defined in File MsgLogger.h
Function Documentation#
-
void Karana::Core::deprecated(std::string_view name, std::string_view removal_date, std::string_view msg)#
Write a deprecationg 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.