VirtualBox

Changeset 11853 in vbox for trunk/include


Ignore:
Timestamp:
Aug 29, 2008 11:11:54 PM (16 years ago)
Author:
vboxsync
Message:

IPRT: Added a 'append' flag to the logger.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/log.h

    r11605 r11853  
    297297    /** The logger instance expands LF to CR/LF. */
    298298    RTLOGFLAGS_USECRLF              = 0x00000010,
     299    /** Append to the log destination where applicable. */
     300    RTLOGFLAGS_APPEND               = 0x00000020,
    299301    /** Show relative timestamps with PREFIX_TSC and PREFIX_TS */
    300     RTLOGFLAGS_REL_TS               = 0x00000020,
     302    RTLOGFLAGS_REL_TS               = 0x00000040,
    301303    /** Show decimal timestamps with PREFIX_TSC and PREFIX_TS */
    302     RTLOGFLAGS_DECIMAL_TS           = 0x00000040,
     304    RTLOGFLAGS_DECIMAL_TS           = 0x00000080,
    303305    /** New lines should be prefixed with the write and read lock counts. */
    304306    RTLOGFLAGS_PREFIX_LOCK_COUNTS   = 0x00008000,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette