VirtualBox

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


Ignore:
Timestamp:
May 13, 2015 11:33:39 AM (10 years ago)
Author:
vboxsync
Message:

Frontends/VBoxManage: allow configuring the VBoxSVC release logging level, plus documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp

    r52596 r55843  
    55
    66/*
    7  * Copyright (C) 2006-2014 Oracle Corporation
     7 * Copyright (C) 2006-2015 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    11811181{
    11821182    Utf8Str useLoggingLevel(aLoggingLevel);
     1183    if (useLoggingLevel.isEmpty())
     1184        useLoggingLevel = VBOXSVC_LOG_DEFAULT;
    11831185    int rc = RTLogGroupSettings(RTLogRelDefaultInstance(), useLoggingLevel.c_str());
    11841186    //  If failed and not the default logging level - try to use the default logging level.
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