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

/vbox/include/iprt/
H A Dlog.h493 * This will enable LogFlow() only.
599 /** @def LogFlow
602 #define LogFlow(a) LogIt(LOG_INSTANCE, RTLOGGRPFLAGS_FLOW, LOG_GROUP, a) macro
679 LogFlow((">>>>> %s (%d): " LOG_FN_FMT "\n", __FILE__, __LINE__, __PRETTY_FUNCTION__))
691 do { LogFlow((">>>>> %s (%d): " LOG_FN_FMT ": ", __FILE__, __LINE__, __PRETTY_FUNCTION__)); LogFlow(a); } while (0)
817 do { LogFlow((LOG_FN_FMT ": ", __PRETTY_FUNCTION__)); LogFlow(a); } while (0)
844 do { LogFlow(("{%p} " LOG_FN_FMT ": ", this, __PRETTY_FUNCTION__)); LogFlow(
1481 # undef LogFlow macro
1482 # define LogFlow macro
1535 # undef LogFlow macro
1536 # define LogFlow macro
[all...]

Completed in 183 milliseconds