| Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
logging.Filterer --+    
                   |    
     logging.Handler --+
                       |
                      FunctionLogHandler
Log handler that calls a specified function
    
  | 
|||
      
  | 
  |||
      
  | 
  |||
| 
     Inherited from  Inherited from   | 
  |||
    
  | 
|||
  
 Initializes the instance - basically setting the formatter to None and the filter list to empty. 
  | 
  
 Do whatever it takes to actually log the specified logging record. This version is intended to be implemented by subclasses and so raises a NotImplementedError. 
  | 
| Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Sun Jan 24 16:19:54 2010 | http://epydoc.sourceforge.net |