Debug Logger


When debugging scripts, being able to write out to a log is critical. The Unity Console is great, but sometimes you want to ...


by ootii


★★★★★ star rating
Price History +

When debugging scripts, being able to write out to a log is critical. The Unity Console is great, but sometimes you want to write to the screen or a file.

Debug Logger lets you do this in the simplest way possible.

With the Debug Logger, you can write to the console, write to the screen, write to a text file, or write to them all at once.

Log.ScreenWrite("I am writing to the screen");
Log.ConsoleWrite("I am writing to the console");
Log.FileWrite("I am writing to a file");
Log.Write("I am writing everywhere");

Note: The logger also uses a super fast object caching pool that you can use with with other objects!

Features
* Simple and easy
* Log text to the console
* Log text to the screen
* Log text to a file
* Place screen text at specific lines

Documentation

Free and Pro Unity versions supported.

Thanks!
Support: support@ootii.com

Refund policy