VirtualBox

Changeset 90693 in vbox for trunk/include


Ignore:
Timestamp:
Aug 16, 2021 9:27:25 AM (3 years ago)
Author:
vboxsync
Message:

IPRT,Main: Provide a getter function (RTLogGetFlags) for accessing the RTLOGGER::fFlags member. bugref:10086

Location:
trunk/include/iprt
Files:
2 edited

Legend:

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

    r90692 r90693  
    22732273
    22742274/**
     2275 * Gets the current flag settings for the given logger.
     2276 *
     2277 * @returns Logger flags, UINT64_MAX if no logger.
     2278 * @param   pLogger             Logger instance (NULL for default logger).
     2279 */
     2280RTDECL(uint64_t) RTLogGetFlags(PRTLOGGER pLogger);
     2281
     2282/**
    22752283 * Get the current log flags as a string.
    22762284 *
  • trunk/include/iprt/mangling.h

    r90692 r90693  
    14531453# define RTLogGetDefaultInstance                        RT_MANGLER(RTLogGetDefaultInstance)
    14541454# define RTLogGetDefaultInstanceEx                      RT_MANGLER(RTLogGetDefaultInstanceEx)
     1455# define RTLogGetFlags                                  RT_MANGLER(RTLogGetFlags)
    14551456# define RTLogGroupSettings                             RT_MANGLER(RTLogGroupSettings)
    14561457# define RTLogLogger                                    RT_MANGLER(RTLogLogger)
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