BetterLog
Peter Herrmann, June 2013
With one line of code, BetterLog extends the native apps script Logger and gives you automatic additional features like logging to a spreadsheet and more.
Examples
Examples
Add a single line of code to overload Logger and use BetterLog instead:
Any logs you generate are automatically copied and rolled over once they reach 50,000 lines so you'll always have a full history of log events.
Use smart error handling in your triggers and complex scripts:
and BetterLog will log stack traces and deep details automatically:
As at 11 October 2015, BetterLog is now on GitHub: https://github.com/peterherrmann/BetterLog