Searched refs:RTLogRelLoggerV (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/log/
H A Dlogrel.cpp118 RTDECL(void) RTLogRelLoggerV(PRTLOGGER pLogger, unsigned fFlags, unsigned iGroup, const char *pszFormat, va_list args) function
131 RT_EXPORT_SYMBOL(RTLogRelLoggerV); variable
144 RTLogRelLoggerV(NULL, 0, ~0U, pszFormat, args);
H A Dlogrelellipsis.cpp56 RTLogRelLoggerV(pLogger, fFlags, iGroup, pszFormat, args);
/vbox/include/iprt/
H A Dlog.h1407 RTDECL(void) RTLogRelLoggerV(PRTLOGGER pLogger, unsigned fFlags, unsigned iGroup, const char *pszFormat, va_list args);
H A Dmangling.h821 # define RTLogRelLoggerV RT_MANGLER(RTLogRelLoggerV) macro

Completed in 83 milliseconds