Gets called when f_log or f_err gets called. Puts the passed
history (object) in its data array. This is a collection of both
err_object and log_object.
        
        
            
        
    
    Methods
(inner) history(history_object) → {object}
Parameters:
| Name | Type | Description | 
|---|---|---|
history_object | 
            
            object | Either a log_object or an err object | 
Returns:
    history_object
- Type
 - object
 
Events
history
    History event. Emits history_object.
    Type:
- object