VirtualBox

Changeset 38623 in vbox


Ignore:
Timestamp:
Sep 4, 2011 5:23:24 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73830
Message:

Add logging groups

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/log.h

    r38312 r38623  
    338338    /** Generic virtual disk layer. */
    339339    LOG_GROUP_VD,
     340    /** DMG virtual disk backend. */
     341    LOG_GROUP_VD_DMG,
    340342    /** iSCSI virtual disk backend. */
    341343    LOG_GROUP_VD_ISCSI,
    342344    /** Parallels HDD virtual disk backend. */
    343345    LOG_GROUP_VD_PARALLELS,
     346    /** QCOW virtual disk backend. */
     347    LOG_GROUP_VD_QCOW,
     348    /** QED virtual disk backend. */
     349    LOG_GROUP_VD_QED,
    344350    /** Raw virtual disk backend. */
    345351    LOG_GROUP_VD_RAW,
     
    520526    "USB_WEBCAM",   \
    521527    "VD",           \
     528    "VD_DMG",       \
    522529    "VD_ISCSI",     \
    523530    "VD_PARALLELS", \
     531    "VD_QCOW",      \
     532    "VD_QED",       \
    524533    "VD_RAW",       \
    525534    "VD_VDI",       \
  • trunk/src/VBox/Storage/DMG.cpp

    r38621 r38623  
    1919*   Header Files                                                               *
    2020*******************************************************************************/
    21 #define LOG_GROUP LOG_GROUP_DEFAULT /** @todo log group */
     21#define LOG_GROUP LOG_GROUP_VD_DMG
    2222#include <VBox/vd-plugin.h>
    2323#include <VBox/log.h>
  • trunk/src/VBox/Storage/QCOW.cpp

    r38621 r38623  
    1919*   Header Files                                                               *
    2020*******************************************************************************/
    21 #define LOG_GROUP LOG_GROUP_VD_RAW /** @todo: log group */
     21#define LOG_GROUP LOG_GROUP_VD_QCOW
    2222#include <VBox/vd-plugin.h>
    2323#include <VBox/err.h>
  • trunk/src/VBox/Storage/QED.cpp

    r38621 r38623  
    1919*   Header Files                                                               *
    2020*******************************************************************************/
    21 #define LOG_GROUP LOG_GROUP_VD_RAW /** @todo: log group */
     21#define LOG_GROUP LOG_GROUP_VD_QED
    2222#include <VBox/vd-plugin.h>
    2323#include <VBox/err.h>
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