def __init__(self, *args, **kwds):
logging.Handler.__init__(self, *args, **kwds )
self.log4pyProps = {}
self.channelName = None
self.nameContext = None
self.prodId = "RESOURCE.ID"
self.prodName = "RESOURCE.NAME"
self.prodFQN = "RESOURCE.FQN"
self._channelName = None
self._nameContext = None
self._event_channel = None
self._ecm = None
self._pub = None
self._enable = False
self.threshold = logging.NOTSET
评论列表
文章目录