class AvalancheMQ::ChainedLogger
- AvalancheMQ::ChainedLogger
 - Logger
 - Reference
 - Object
 
Defined in:
avalanchemq/chained_logger.crInstance Method Summary
- 
        #dup
        
          
Returns a shallow copy of this object.
 - #level
 - #parent : Logger?
 - #parent=(parent : Logger | Nil)
 
Instance Method Detail
        
        def dup
        #
      
      
        
              Description copied from class Reference
            
          
          Returns a shallow copy of this object.
This allocates a new object and copies the contents of
self into it.