Changeset 39668 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Dec 20, 2011 9:46:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r39661 r39668 13185 13185 <interface 13186 13186 name="IMachineDebugger" extends="$unknown" 13187 uuid=" 1bfd2fa9-0d91-44d3-9515-368dcbb3eb4d"13187 uuid="a9abbb7c-d678-43b2-bed2-19ec0e32303d" 13188 13188 wsmap="suppress" 13189 13189 > … … 13541 13541 </attribute> 13542 13542 13543 <attribute name="log Flags" type="wstring" readonly="yes">13543 <attribute name="logDbgFlags" type="wstring" readonly="yes"> 13544 13544 <desc>The debug logger flags.</desc> 13545 13545 </attribute> 13546 13546 13547 <attribute name="log Groups" type="wstring" readonly="yes">13547 <attribute name="logDbgGroups" type="wstring" readonly="yes"> 13548 13548 <desc>The debug logger's group settings.</desc> 13549 13549 </attribute> 13550 13550 13551 <attribute name="logD estinations" type="wstring" readonly="yes">13551 <attribute name="logDbgDestinations" type="wstring" readonly="yes"> 13552 13552 <desc>The debug logger's destination settings.</desc> 13553 </attribute> 13554 13555 <attribute name="logRelFlags" type="wstring" readonly="yes"> 13556 <desc>The release logger flags.</desc> 13557 </attribute> 13558 13559 <attribute name="logRelGroups" type="wstring" readonly="yes"> 13560 <desc>The release logger's group settings.</desc> 13561 </attribute> 13562 13563 <attribute name="logRelDestinations" type="wstring" readonly="yes"> 13564 <desc>The relase logger's destination settings.</desc> 13553 13565 </attribute> 13554 13566
Note:
See TracChangeset
for help on using the changeset viewer.