Salome HOME
[EDF30382] : Synchro mecanism to ease test of extreme situations
[modules/kernel.git] / idl / SALOME_LogManager.idl
index 3a7a67e3916b2d84d93f96e940ca365a43697688..da941f112b9ce83b6020aff35d040d2a212b4417 100644 (file)
@@ -49,6 +49,7 @@ module Engines
     string getContainerEntryInNS();
     ContainerScriptPerfLog addScript(in string name, in string code);
     ListOfContainerScriptPerfLog listOfScripts();
+    void destroy();
   };
 
   typedef sequence<ContainerPerfLog> ListOfContainerPerfLog;
@@ -56,6 +57,7 @@ module Engines
   interface LogManager
   {
     ContainerPerfLog declareContainer(in string contInNS, in string logfile);
+    void clear();
     ListOfContainerPerfLog listOfContainerLogs();
     SALOME::vectorOfByte getAllStruct( in boolean clearMemory );
     void putStructInFileAtomic(in boolean clearMemory, in string fileName);