Macro pretty_function

Source
macro_rules! pretty_function {
    () => { ... };
}
Expand description

use this macro to get function name where it is used similar to the gnu c++ macro __PRETTY_FUNCTION__ it is used in the logging macros