It might be nice to show in the details overlay which tag-ranges (e.g. #begin-foo - #end-foo) a message lands in. Frequently, the user wants to know the context for a log message and it's hard to determine since you have to jump back-and-forth. Partitioning was supposed to address this, but it's too limited since you can't have overlapping partitions. With tag-ranges, there is a lot more flexibility.
With this addition, when the user is looking at a message and wants to get some context, they can open the details overlay to see which tagged messages is between. They should also be able to click on the tags to jump to the tagged message itself.
It might be nice to show in the details overlay which tag-ranges (e.g.
#begin-foo-#end-foo) a message lands in. Frequently, the user wants to know the context for a log message and it's hard to determine since you have to jump back-and-forth. Partitioning was supposed to address this, but it's too limited since you can't have overlapping partitions. With tag-ranges, there is a lot more flexibility.With this addition, when the user is looking at a message and wants to get some context, they can open the details overlay to see which tagged messages is between. They should also be able to click on the tags to jump to the tagged message itself.