Changeset 77558 in vbox for trunk/include/iprt
- Timestamp:
- Mar 4, 2019 4:01:21 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/log.h
r77557 r77558 2035 2035 uint32_t fDestFlags, PFNRTLOGPHASE pfnPhase, uint32_t cHistory, 2036 2036 uint64_t cbHistoryFileMax, uint32_t cSecsHistoryTimeSlot, PRTERRINFO pErrInfo, 2037 const char *pszFilenameFmt, ...) RT_IPRT_FORMAT_ATTR_MAYBE_NULL(1 3, 14);2037 const char *pszFilenameFmt, ...) RT_IPRT_FORMAT_ATTR_MAYBE_NULL(14, 15); 2038 2038 2039 2039 /** … … 2075 2075 uint32_t fDestFlags, PFNRTLOGPHASE pfnPhase, uint32_t cHistory, 2076 2076 uint64_t cbHistoryFileMax, uint32_t cSecsHistoryTimeSlot, PRTERRINFO pErrInfo, 2077 const char *pszFilenameFmt, va_list args) RT_IPRT_FORMAT_ATTR_MAYBE_NULL(1 3, 0);2077 const char *pszFilenameFmt, va_list args) RT_IPRT_FORMAT_ATTR_MAYBE_NULL(14, 0); 2078 2078 2079 2079 /**
Note:
See TracChangeset
for help on using the changeset viewer.