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

/vbox/include/iprt/
H A Dlog.h833 /** @def LogFlowThisFunc
840 # define LogFlowThisFunc(a) \ macro
843 # define LogFlowThisFunc(a) \ macro
870 /** Shortcut to |LogFlowThisFunc ("ENTER\n")|, marks the beginnig of the function. */
871 #define LogFlowThisFuncEnter() LogFlowThisFunc(("ENTER\n"))
873 /** Shortcut to |LogFlowThisFunc ("LEAVE\n")|, marks the end of the function. */
874 #define LogFlowThisFuncLeave() LogFlowThisFunc(("LEAVE\n"))

Completed in 57 milliseconds