Salome HOME
add method NameChanged to update title name
[modules/kernel.git] / src / Logger / SALOME_Trace.py
index 9f4370d454211d431b4d7bd3574221de2a4cec98..f2cc791a38647dc4d7c8d401a7a1da9f80136e69 100644 (file)
@@ -1,12 +1,30 @@
-#  SALOME Logger : CORBA server managing trace output
+#  -*- coding: iso-8859-1 -*-
+# Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+#
+# Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
 #
-#  Copyright (C) 2003  CEA/DEN, EDF R&D
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
 #
-#  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 #
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
+
+#  SALOME Logger : CORBA server managing trace output
 #  File   : SALOME_Trace.py
 #  Module : SALOME
-
+#
 import sys
 import CosNaming
 from omniORB import CORBA
@@ -52,12 +70,9 @@ class SALOME_Trace :
 
               time.sleep(0.25)
               steps = steps - 1
-         
-         
+
     def putMessage ( self, LogMsg ) :
-        
         if (CORBA.is_nil(self.m_pInterfaceLogger)):
             print  LogMsg;
         else:
-            self.m_pInterfaceLogger.putMessage (LogMsg) 
-   
+            self.m_pInterfaceLogger.putMessage (LogMsg)