スプレッドシートにログを出してくれるライブラリです。
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.
Script ID: 1DSyxam1ceq72bMHsE6aOVeOl94X78WCwiYPytKi7chlg4x5GqiNXSw0l
by @peterherrmann
// Add one line to use BetterLog
Logger = BetterLog.useSpreadsheet('your-spreadsheet-key-goes-here');
//Now you can log and it will also log to the spreadsheet
Logger.log("That's all you need to do");