takashi-ishio / selogger

(Near-)omniscient debugging/tracing/logging tool for Java
Other
35 stars 8 forks source link

Remove format=latest-simple option #13

Closed takashi-ishio closed 3 years ago

takashi-ishio commented 3 years ago

latest-simple option (LatestEventLogger) and latest (nearomni) option (LatestTimeEventLogger) have almost the same feature, while the latter one records thread id and timestamps. I believe that the latest-simple option is no longer necessary, LatestEventLogger does not have a performance advantage.

takashi-ishio commented 3 years ago

LatestEventLogger is removed, and then LatestTimeEventLogger is renamed to LatestEventLogger