Publisher | ootii |
---|---|
File size | 263.61kB |
Number of files | 25 |
Latest version | 1 |
Latest release date | 2020-10-10 01:38:36 |
First release date | 2013-12-10 07:51:24 |
Supported Unity versions | 2018.4.2 or higher |
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: [email protected]
Refund policy
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: [email protected]
Refund policy