Do you waste time creating logging info during project development when all you really want is a way to dump some strings concisely and periodically to the console? Well... ConsoleOut is for you!
It's a java class that periodically prints formatted data to the console giving you the average for a given key value pair, or the most common for strings. I've found it useful for quick timing checks during development without dumping huge amounts of data to a log file or polluting your development code with System.out.prints. It works across multiple threads.
It works best in Eclipse and I've found it quite useful and I hope you do too!
Follow ConsoleOut
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of ConsoleOut!