VirtualBox

Changeset 6515 in vbox for trunk/include


Ignore:
Timestamp:
Jan 25, 2008 1:23:54 PM (17 years ago)
Author:
vboxsync
Message:

Added a 'pid' prefix flag to the logger. This is primarily intended for ring-0 but may be useful in ring-3 as well.

File:
1 edited

Legend:

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

    r5999 r6515  
    287287    RTLOGFLAGS_USECRLF          = 0x00000010,
    288288    /** Show relative timestamps with PREFIX_TSC and PREFIX_TS */
    289     RTLOGFLAGS_REL_TS           = 0x00010000,
     289    RTLOGFLAGS_REL_TS           = 0x00008000,
    290290    /** 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,
    292294    /** New lines should be prefixed with group flag number causing the output. */
    293295    RTLOGFLAGS_PREFIX_FLAG_NO   = 0x00040000,
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