ATLAS Offline Software
Public Member Functions | List of all members
python.NullHandler Class Reference
Inheritance diagram for python.NullHandler:
Collaboration diagram for python.NullHandler:

Public Member Functions

def emit (self, record)
 
def emit (self, record)
 

Detailed Description

Definition at line 24 of file DataQuality/DQDefects/python/__init__.py.

Member Function Documentation

◆ emit() [1/2]

def python.NullHandler.emit (   self,
  record 
)

Definition at line 25 of file DataQuality/DQDefects/python/__init__.py.

25  def emit(self, record):
26  pass
27 logging.getLogger("DQDefects").addHandler(NullHandler())
28 

◆ emit() [2/2]

def python.NullHandler.emit (   self,
  record 
)

Definition at line 32 of file DataQuality/DQUtils/python/__init__.py.

32  def emit(self, record):
33  pass
34 
35 logging.getLogger("DQUtils").addHandler(NullHandler())

The documentation for this class was generated from the following file: