| 
		        
                
 
 
	Group: Moderators 	        
    Posts: 1.3K, 
    Visits: 4.4K 
    
 
          
		     | 
				                       
                 
                
                    
			            Hi Andreas,
  I would expect merged files to be sorted.  However, for performance reasons, we do not re-sort log entries after they are loaded.  
  For static log files, this shouldn't be a problem.  However, if you are tailing multiple files and those files have timestamps that are significantly out of sync you may notice sorting inconsistencies.  Imagine a merged log file with a million records over the past hour.  What do you do with a brand new record with a timestamp from 30 minutes ago?  LogViewPlus identifies this as a 'new' log entry and writes it to the bottom of the view.
  We could sort the record into the view, but this would have a noticeable performance impact and - worse - you might never know that the new record was written.  It would be lost in the sort.
  Could this be what you are experiencing?
  As a work-around, if you need the records sorted you can always sort the grid manually.
  Hope that helps,
  Toby
                  
			            				
			                                 
                     
                                            
                         
                    
                  
             |