Changeset 18927 in vbox for trunk/include/iprt
- Timestamp:
- Apr 16, 2009 11:41:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/log.h
r18188 r18927 303 303 /** Show decimal timestamps with PREFIX_TSC and PREFIX_TS */ 304 304 RTLOGFLAGS_DECIMAL_TS = 0x00000080, 305 /** Log flushing disabled. */ 306 RTLOGFLAGS_NO_FLUSH = 0x00000100, 305 307 /** New lines should be prefixed with the write and read lock counts. */ 306 308 RTLOGFLAGS_PREFIX_LOCK_COUNTS = 0x00008000,
Note:
See TracChangeset
for help on using the changeset viewer.