Changeset 41251 in vbox for trunk/include/iprt
- Timestamp:
- May 11, 2012 6:08:05 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77901
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/log.h
r38573 r41251 783 783 #define LogFlowFuncLeave() LogFlowFunc(("LEAVE\n")) 784 784 785 /** Shortcut to |LogFlowFunc ("LEAVE: %Rrc\n")|, marks the end of the function. */ 786 #define LogFlowFuncLeaveRC(rc) LogFlowFunc(("LEAVE: %Rrc\n", (rc))) 787 785 788 /** Shortcut to |LogFlowThisFunc ("ENTER\n")|, marks the beginnig of the function. */ 786 789 #define LogFlowThisFuncEnter() LogFlowThisFunc(("ENTER\n"))
Note:
See TracChangeset
for help on using the changeset viewer.