change the direction of the log viewing so that the newest entries are on the bottom.
this will match the physical logs, and keep things in perfect order.
I'm assuming that something similar to 'tail' is being used, it shouldn't be difficult to place the new entries at the bottom of the window instead of the top
eg.
change the direction of the log viewing so that the newest entries are on the bottom.
this will match the physical logs, and keep things in perfect order.
I'm assuming that something similar to 'tail' is being used, it shouldn't be difficult to place the new entries at the bottom of the window instead of the top eg.
$log += $newLogEntry
instead of $log = $newLogEntry + $log