Class: ActiveFedora::NullLogger
- Inherits:
 - 
      Logger
      
        
- Object
 - Logger
 - ActiveFedora::NullLogger
 
 
- Defined in:
 - lib/active_fedora/null_logger.rb
 
Instance Method Summary collapse
- 
  
    
      #add  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
allows all the usual logger method calls (warn, info, error, etc.).
 - 
  
    
      #initialize  ⇒ NullLogger 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
rubocop:disable Lint/MissingSuper.
 
Constructor Details
#initialize ⇒ NullLogger
rubocop:disable Lint/MissingSuper
      4  | 
    
      # File 'lib/active_fedora/null_logger.rb', line 4 def initialize(*); end  | 
  
Instance Method Details
#add ⇒ Object
allows all the usual logger method calls (warn, info, error, etc.)
      8  | 
    
      # File 'lib/active_fedora/null_logger.rb', line 8 def add(*); end  |