Changeset 6515 in vbox for trunk/include
- Timestamp:
- Jan 25, 2008 1:23:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/log.h
r5999 r6515 287 287 RTLOGFLAGS_USECRLF = 0x00000010, 288 288 /** Show relative timestamps with PREFIX_TSC and PREFIX_TS */ 289 RTLOGFLAGS_REL_TS = 0x000 10000,289 RTLOGFLAGS_REL_TS = 0x00008000, 290 290 /** Show decimal timestamps with PREFIX_TSC and PREFIX_TS */ 291 RTLOGFLAGS_DECIMAL_TS = 0x00020000, 291 RTLOGFLAGS_DECIMAL_TS = 0x00010000, 292 /** New lines should be prefixed with the native process id. */ 293 RTLOGFLAGS_PREFIX_PID = 0x00020000, 292 294 /** New lines should be prefixed with group flag number causing the output. */ 293 295 RTLOGFLAGS_PREFIX_FLAG_NO = 0x00040000,
Note:
See TracChangeset
for help on using the changeset viewer.