Example #1
0
 def _neweventconn(self):
     return BEEventConnection(self.host, self.port, self.db.gethostname(),
                              3)
Example #2
0
 def _neweventconn(self):
     return BEEventConnection(self.host,
                              self.port,
                              self.db.gethostname(),
                              level=(2, 1)[self.systemevents])