Function Karana::Core::deprecated#
Defined in File MsgLogger.h
Function Documentation#
-
void Karana::Core::deprecated(const std::string &name, const std::string &removal_date, const std::string &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.