Exemple #1
0
 def shouldRotate(self):
   if self.enableRotation:
     return DailyLogFile.shouldRotate(self)
   else:
     return False
Exemple #2
0
 def shouldRotate(self):
   if self.enableRotation:
     return DailyLogFile.shouldRotate(self)
   else:
     return False