Ejemplo n.º 1
0
 def export_getLogTail(self, system, component, length=100):
     """ Get the tail of the component log file
 """
     return gComponentInstaller.getLogTail(system, component, length)
Ejemplo n.º 2
0
 def export_getLogTail( self, system, component, length = 100 ):
   """ Get the tail of the component log file
   """
   return gComponentInstaller.getLogTail( system, component, length )