Go to the documentation of this file.
    7 #define TVX_INFO(...)     ::Info(__PRETTY_FUNCTION__, __VA_ARGS__) 
    8 #define TVX_WARNING(...)  ::Warning(__PRETTY_FUNCTION__, __VA_ARGS__) 
    9 #define TVX_ERROR(...)    ::Error(__PRETTY_FUNCTION__, __VA_ARGS__) 
   10 #define TVX_FATAL(...)    ::Fatal(__PRETTY_FUNCTION__, __VA_ARGS__)