VirtualBox

Changeset 94629 in vbox for trunk


Ignore:
Timestamp:
Apr 19, 2022 10:15:33 AM (3 years ago)
Author:
vboxsync
Message:

Runtime/log: Allow setting a custom output interface for the file destination (for encryption), bugref:9955 [build fix]

Location:
trunk/src/VBox/Additions
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp

    r93115 r94629  
    580580                           0 /*cBufDescs*/, NULL /*paBufDescs*/, RTLOGDEST_STDOUT,
    581581                           vboxTrayLogHeaderFooter, g_cHistory, g_uHistoryFileSize, g_uHistoryFileTime,
     582                           NULL /*pOutputIf*/, NULL /*pvOutputIfUser*/,
    582583                           RTErrInfoInitStatic(&ErrInfo), NULL /*pszFilenameFmt*/);
    583584    if (RT_SUCCESS(rc))
  • trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClient.cpp

    r93115 r94629  
    6666                           pszLogFileName ? 100 * _1M : 0 /*cbHistoryFileMax*/,
    6767                           pszLogFileName ? RT_SEC_1DAY : 0 /*cSecsHistoryTimeSlot*/,
     68                           NULL /*pOutputIf*/, NULL /*pvOutputIfUser*/,
    6869                           NULL /*pErrInfo*/, "%s", pszLogFileName ? pszLogFileName : "");
    6970    AssertRCReturn(rc, rc);
  • trunk/src/VBox/Additions/linux/lightdm-greeter/vbox-greeter.cpp

    r94184 r94629  
    939939                           0 /*cBufDescs*/, NULL /*paBufDescs*/, RTLOGDEST_STDOUT,
    940940                           vboxGreeterLogHeaderFooter, g_cHistory, g_uHistoryFileSize, g_uHistoryFileTime,
     941                           NULL /*pOutputIf*/, NULL /*pvOutputIfUser*/,
    941942                           NULL /*pErrInfo*/, pszLogFile);
    942943    if (RT_SUCCESS(rc))
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