VirtualBox

Changeset 94624 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Apr 19, 2022 9:20:51 AM (3 years ago)
Author:
vboxsync
Message:

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

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/VBoxLogRelCreate.cpp

    r93115 r94624  
    172172                            cMaxEntriesPerGroup, 0 /*cBufDescs*/, NULL /*paBufDescs*/, fDestFlags,
    173173                            vboxHeaderFooter, cHistory, uHistoryFileSize, uHistoryFileTime,
     174                            NULL /*pOutputIf*/, NULL /*pvOutputIfUser*/,
    174175                            pErrInfo, pcszLogFile ? "%s" : NULL, pcszLogFile);
    175176    if (RT_SUCCESS(vrc))
  • trunk/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestApp.cpp

    r94138 r94624  
    303303                            0 /*cBufDescs*/, NULL /*paBufDescs*/, enmLogDest,
    304304                            NULL /*pfnBeginEnd*/, 0 /*cHistory*/, 0 /*cbHistoryFileMax*/, 0 /*uHistoryTimeMax*/,
     305                            NULL /*pOutputIf*/, NULL /*pvOutputIfUser*/,
    305306                            NULL /*pErrInfo*/, pszFilenameFmt, pszFilename, RTTimeMilliTS());
    306307    if (RT_SUCCESS(vrc))
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