Log Manager Pro - Log managing made easy (Runtime + Editor)

Struggling with performance dips and cluttered logs in your Unity projects? Say hello to Log Manager Pro - your lightweight solution for effortlessly fine-tuning logging behavior without a single line of code change. Boost performance, streamline testing, and keep your logs tidy with ease, both in the editor and in your builds. Dive in and reclaim control over your Unity development journey!



Performance

Generating logs can take up a lot of performance and can allocate quite some garbage, which needs to be collected, causing stutters. Using Log Manager Pro you can manage this easily, to avoid these performance issues.


Testing

If you run a lot of tests, logs can be valuable, but you don't want to have all logs active at once. With Log Manager Pro you can enable all, or a specific set of logs at a crucial point of gameplay, so you can gather logs only at the time needed, and disable it again later in the gameplay! This will reduce log sizes, reduce the amount of logs created and make the logs easier to read for you!


No Additional Code Change

Log Manager Pro does not need any change of code. You still use Debug.Log, Debug.LogError and everything else, just like normal! Log Manager Pro will manage everything in the background, making it easy for you to develop!


Separate Editor and Player Settings

Log Manager Pro will let you manage all logs, for both the editor (inside of Unity) and the player (application after building). This allows you to manage the amount of logs sent, for the need of your developers, and players!