From: vsr Date: Fri, 27 May 2022 09:51:41 +0000 (+0300) Subject: [bos #29467] [EDF] (2022-T1) Logging of SALOME usage: specific log in SALOME X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fjfa%2F29467_gui_log_file;p=modules%2Fgeom.git [bos #29467] [EDF] (2022-T1) Logging of SALOME usage: specific log in SALOME --- diff --git a/src/GEOMBase/GEOMBase_Helper.cxx b/src/GEOMBase/GEOMBase_Helper.cxx index 06fdbce41..cd936d3e4 100644 --- a/src/GEOMBase/GEOMBase_Helper.cxx +++ b/src/GEOMBase/GEOMBase_Helper.cxx @@ -943,6 +943,7 @@ bool GEOMBase_Helper::onAccept( const bool publish, const bool useTransaction, b } if ( nbObjs ) { + SalomeApp_Application::logUserEvent( QString( "Geometry") + ": " + QObject::tr( "OPERATION_APPLIED" ) ); commitCommand(); updateObjBrowser(); if( SUIT_Application* anApp = SUIT_Session::session()->activeApplication() ) { diff --git a/src/GEOMGUI/GeometryGUI.cxx b/src/GEOMGUI/GeometryGUI.cxx index 31bbe1716..51c2f9efc 100644 --- a/src/GEOMGUI/GeometryGUI.cxx +++ b/src/GEOMGUI/GeometryGUI.cxx @@ -970,6 +970,8 @@ void GeometryGUI::initialize( CAM_Application* app ) { SalomeApp_Module::initialize( app ); + setActionLoggingEnabled( true ); // enable action logging + // ----- create actions -------------- createGeomAction( GEOMOp::OpDelete, "DELETE", "", Qt::Key_Delete );