Changeset 7709 in vbox for trunk/include
- Timestamp:
- Apr 2, 2008 4:40:00 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29238
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/log.h
r7602 r7709 287 287 RTLOGFLAGS_USECRLF = 0x00000010, 288 288 /** Show relative timestamps with PREFIX_TSC and PREFIX_TS */ 289 RTLOGFLAGS_REL_TS = 0x0000 8000,289 RTLOGFLAGS_REL_TS = 0x00000020, 290 290 /** Show decimal timestamps with PREFIX_TSC and PREFIX_TS */ 291 RTLOGFLAGS_DECIMAL_TS = 0x00010000, 291 RTLOGFLAGS_DECIMAL_TS = 0x00000040, 292 /** New lines should be reprefixed with the CPU id (ApicID on intel/amd). */ 293 RTLOGFLAGS_PREFIX_CPUID = 0x00010000, 292 294 /** New lines should be prefixed with the native process id. */ 293 295 RTLOGFLAGS_PREFIX_PID = 0x00020000,
Note:
See TracChangeset
for help on using the changeset viewer.