Changeset 11853 in vbox for trunk/include
- Timestamp:
- Aug 29, 2008 11:11:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/log.h
r11605 r11853 297 297 /** The logger instance expands LF to CR/LF. */ 298 298 RTLOGFLAGS_USECRLF = 0x00000010, 299 /** Append to the log destination where applicable. */ 300 RTLOGFLAGS_APPEND = 0x00000020, 299 301 /** Show relative timestamps with PREFIX_TSC and PREFIX_TS */ 300 RTLOGFLAGS_REL_TS = 0x000000 20,302 RTLOGFLAGS_REL_TS = 0x00000040, 301 303 /** Show decimal timestamps with PREFIX_TSC and PREFIX_TS */ 302 RTLOGFLAGS_DECIMAL_TS = 0x000000 40,304 RTLOGFLAGS_DECIMAL_TS = 0x00000080, 303 305 /** New lines should be prefixed with the write and read lock counts. */ 304 306 RTLOGFLAGS_PREFIX_LOCK_COUNTS = 0x00008000,
Note:
See TracChangeset
for help on using the changeset viewer.