VirtualBox

Changeset 90829 in vbox for trunk/src/VBox/Additions/darwin


Ignore:
Timestamp:
Aug 24, 2021 10:26:07 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146464
Message:

IPRT,VMM,SUPDrv,++: Reworked the IPRT logger structure and how the VMM ring-0 uses it. bugref:10086

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClient.cpp

    r83716 r90829  
    5959{
    6060    static const char * const s_apszGroups[] = VBOX_LOGGROUP_NAMES;
    61     int rc = RTLogCreateEx(&g_pLogger, RTLOGFLAGS_PREFIX_THREAD | RTLOGFLAGS_PREFIX_TIME_PROG, "all", "VBOXCLIENT_RELEASE_LOG",
     61    int rc = RTLogCreateEx(&g_pLogger, "VBOXCLIENT_RELEASE_LOG", RTLOGFLAGS_PREFIX_THREAD | RTLOGFLAGS_PREFIX_TIME_PROG, "all",
    6262                           RT_ELEMENTS(s_apszGroups), s_apszGroups, UINT32_MAX /*cMaxEntriesPerGroup*/,
    63                            RTLOGDEST_STDOUT,
     63                           NULL /*pfnFlush*/, 0 /*cBufDescs*/, NULL /*paBufDescs*/, RTLOGDEST_STDOUT,
    6464                           NULL /*pfnPhase*/,
    6565                           pszLogFileName ? 10 : 0 /*cHistory*/,
     
    6767                           pszLogFileName ? RT_SEC_1DAY : 0 /*cSecsHistoryTimeSlot*/,
    6868                           NULL /*pErrInfo*/, "%s", pszLogFileName ? pszLogFileName : "");
    69 
    7069    AssertRCReturn(rc, rc);
    7170
Note: See TracChangeset for help on using the changeset viewer.

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