NPT_CHECK_POINTER_LABEL_LL  505 extra_lib/include/platinum/NptLogging.h #define NPT_CHECK_POINTER_LABEL_FATAL(_p,_label) NPT_CHECK_POINTER_LABEL_LL((_NPT_LocalLogger),NPT_LOG_LEVEL_FATAL,(_p),_label)
NPT_CHECK_POINTER_LABEL_LL  506 extra_lib/include/platinum/NptLogging.h #define NPT_CHECK_POINTER_LABEL_FATAL_L(_logger,_p,_label) NPT_CHECK_POINTER_LABEL_LL(_logger,NPT_LOG_LEVEL_FATAL,(_p),_label)
NPT_CHECK_POINTER_LABEL_LL  507 extra_lib/include/platinum/NptLogging.h #define NPT_CHECK_POINTER_LABEL_SEVERE(_p,_label) NPT_CHECK_POINTER_LABEL_LL((_NPT_LocalLogger),NPT_LOG_LEVEL_SEVERE,(_p),_label)
NPT_CHECK_POINTER_LABEL_LL  508 extra_lib/include/platinum/NptLogging.h #define NPT_CHECK_POINTER_LABEL_SEVERE_L(_logger,_p,_label) NPT_CHECK_POINTER_LABEL_LL(_logger,NPT_LOG_LEVEL_SEVERE,(_p),_label)
NPT_CHECK_POINTER_LABEL_LL  509 extra_lib/include/platinum/NptLogging.h #define NPT_CHECK_POINTER_LABEL_WARNING(_p,_label) NPT_CHECK_POINTER_LABEL_LL((_NPT_LocalLogger),NPT_LOG_LEVEL_WARNING,(_p),_label)
NPT_CHECK_POINTER_LABEL_LL  510 extra_lib/include/platinum/NptLogging.h #define NPT_CHECK_POINTER_LABEL_WARNING_L(_logger,_p,_label) NPT_CHECK_POINTER_LABEL_LL(_logger,NPT_LOG_LEVEL_WARNING,(_p),_label)
NPT_CHECK_POINTER_LABEL_LL  511 extra_lib/include/platinum/NptLogging.h #define NPT_CHECK_POINTER_LABEL_INFO(_p,_label) NPT_CHECK_POINTER_LABEL_LL((_NPT_LocalLogger),NPT_LOG_LEVEL_INFO,(_p),_label)
NPT_CHECK_POINTER_LABEL_LL  512 extra_lib/include/platinum/NptLogging.h #define NPT_CHECK_POINTER_LABEL_INFO_L(_logger,_p,_label) NPT_CHECK_POINTER_LABEL_LL(_logger,NPT_LOG_LEVEL_INFO,(_p),_label)
NPT_CHECK_POINTER_LABEL_LL  513 extra_lib/include/platinum/NptLogging.h #define NPT_CHECK_POINTER_LABEL_FINE(_p, _label) NPT_CHECK_POINTER_LABEL_LL((_NPT_LocalLogger),NPT_LOG_LEVEL_FINE,(_p),_label)
NPT_CHECK_POINTER_LABEL_LL  514 extra_lib/include/platinum/NptLogging.h #define NPT_CHECK_POINTER_LABEL_FINE_L(_logger,_p,_label) NPT_CHECK_POINTER_LABEL_LL(_logger,NPT_LOG_LEVEL_FINE,(_p),_label)
NPT_CHECK_POINTER_LABEL_LL  515 extra_lib/include/platinum/NptLogging.h #define NPT_CHECK_POINTER_LABEL_FINER(_p,_label) NPT_CHECK_POINTER_LABEL_LL((_NPT_LocalLogger),NPT_LOG_LEVEL_FINER,(_p),_label)
NPT_CHECK_POINTER_LABEL_LL  516 extra_lib/include/platinum/NptLogging.h #define NPT_CHECK_POINTER_LABEL_FINER_L(_logger,_p,_label) NPT_CHECK_POINTER_LABEL_LL(_logger,NPT_LOG_LEVEL_FINER,(_p),_label)
NPT_CHECK_POINTER_LABEL_LL  518 extra_lib/include/platinum/NptLogging.h #define NPT_CHECK_POINTER_LABEL_FINEST_L(_logger,_p,_label) NPT_CHECK_POINTER_LABEL_LL(_logger,NPT_LOG_LEVEL_FINEST,(_p),_label)