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