def __init__(self):
   output_plugin.__init__(self)
   self.logger = logging.getLogger(__name__)
Example #2
0
 def __init__(self):
     output_plugin.__init__(self)
     self.logger = logging.getLogger(__name__)