VirtualBox

Changeset 39650 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Dec 16, 2011 11:27:51 PM (13 years ago)
Author:
vboxsync
Message:

DBGF,Main,VBoxManage: added target logger prefixes (release:/debug:). Implemented logger modifier methods in IMachineDebugger. Exposed these methods in VBoxManage debugvm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r39450 r39650  
    91589158        Retrieves status, exit code and the exit reason of a formerly started
    91599159        guest process. If a guest process exited or got terminated this function
    9160         returns its final status and removes this process from the list of 
     9160        returns its final status and removes this process from the list of
    91619161        known guest processes for further retrieval.
    91629162
     
    1325713257    <method name="modifyLogGroups">
    1325813258      <desc>
    13259         Modifies the group settings of the debug logger.
    13260 
    13261         This feature is not implemented in the 4.0.0 release but may show up
    13262         in a dot release.
     13259        Modifies the group settings of the debug or release logger.
    1326313260      </desc>
    1326413261      <param name="settings" type="wstring" dir="in">
    13265         <desc>The group settings string. See iprt/log.h for details.</desc>
     13262        <desc>
     13263          The group settings string. See iprt/log.h for details. To target the
     13264          release logger, prefix the string with "release:".
     13265        </desc>
    1326613266      </param>
    1326713267    </method>
     
    1326913269    <method name="modifyLogFlags">
    1327013270      <desc>
    13271         Modifies the debug logger flags.
    13272 
    13273         This feature is not implemented in the 4.0.0 release but may show up
    13274         in a dot release.
     13271        Modifies the debug or release logger flags.
    1327513272      </desc>
    1327613273      <param name="settings" type="wstring" dir="in">
    13277         <desc>The flags settings string. See iprt/log.h for details.</desc>
     13274        <desc>
     13275          The flags settings string. See iprt/log.h for details. To target the
     13276          release logger, prefix the string with "release:".
     13277        </desc>
    1327813278      </param>
    1327913279    </method>
     
    1328113281    <method name="modifyLogDestinations">
    1328213282      <desc>
    13283         Modifies the debug logger destinations.
    13284 
    13285         This feature is not implemented in the 4.0.0 release but may show up
    13286         in a dot release.
     13283        Modifies the debug or release logger destinations.
    1328713284      </desc>
    1328813285      <param name="settings" type="wstring" dir="in">
    13289         <desc>The destination settings string. See iprt/log.h for details.</desc>
     13286        <desc>
     13287          The destination settings string. See iprt/log.h for details. To target the
     13288          release logger, prefix the string with "release:".
     13289        </desc>
    1329013290      </param>
    1329113291    </method>
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