NathanCheshire / Cyder

Multipurpose utility tool expressed using a custom JVM UI library built over Swing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Log number of threads ran

NathanCheshire opened this issue · comments

CyderThreadRunner should keep track of how many threads it spawned and the EOL log call should report this. Extract counters like this to a counting class in the logging package.

Implemented.