Searched defs:LogItAlways (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dlog.h529 # define LogItAlways(a_pvInst, a_fFlags, a_iGroup, fmtargs) _LogItAlways(a_pvInst, a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs) macro
530 /** @todo invent a flag or something for skipping the group check so we can pass iGroup. LogItAlways. */
544 # define LogItAlways(a_pvInst, a_fFlags, a_iGroup, fmtargs) \ macro
555 # define LogItAlways(a_pvInst, a_fFlags, a_iGroup, fmtargs) do { } while (0) macro
567 #define LogAlways(a) LogItAlways(LOG_INSTANCE, RTLOGGRPFLAGS_LEVEL_1, LOG_GROUP, a)

Completed in 49 milliseconds