Changeset 90693 in vbox for trunk/include
- Timestamp:
- Aug 16, 2021 9:27:25 AM (3 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/log.h
r90692 r90693 2273 2273 2274 2274 /** 2275 * Gets the current flag settings for the given logger. 2276 * 2277 * @returns Logger flags, UINT64_MAX if no logger. 2278 * @param pLogger Logger instance (NULL for default logger). 2279 */ 2280 RTDECL(uint64_t) RTLogGetFlags(PRTLOGGER pLogger); 2281 2282 /** 2275 2283 * Get the current log flags as a string. 2276 2284 * -
trunk/include/iprt/mangling.h
r90692 r90693 1453 1453 # define RTLogGetDefaultInstance RT_MANGLER(RTLogGetDefaultInstance) 1454 1454 # define RTLogGetDefaultInstanceEx RT_MANGLER(RTLogGetDefaultInstanceEx) 1455 # define RTLogGetFlags RT_MANGLER(RTLogGetFlags) 1455 1456 # define RTLogGroupSettings RT_MANGLER(RTLogGroupSettings) 1456 1457 # define RTLogLogger RT_MANGLER(RTLogLogger)
Note:
See TracChangeset
for help on using the changeset viewer.