Unity Logger provides a simple to use logging system that can be used alongside the console or in place of it. Now you can specify and filter on a category and severity level for your log messages. You'll even be able to filter logs by using a keyword, which will work in real time - making it much easier to focus on a particular aspect of your application without having to scroll through a huge list of console messages you're not interested in at that time.
Also included is the ability to watch log values, useful for monitoring state and input vectors. Afterward, you can export to CSV for archiving or viewing within a spreadsheet. Best of all, Unity Logger is designed to integrate nicely with the Unity workspace, so it looks and feels like it belongs and does not create overlays during runtime that clutter up your game view!