https://github.com/andrewroberts/BBLog
Google Apps Script logging library
https://github.com/andrewroberts/BBLog
Last synced: 8 months ago
JSON representation
Google Apps Script logging library
- Host: GitHub
- URL: https://github.com/andrewroberts/BBLog
- Owner: andrewroberts
- Created: 2017-08-23T10:59:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T19:54:44.000Z (almost 2 years ago)
- Last Synced: 2024-12-06T20:09:32.645Z (about 1 year ago)
- Language: JavaScript
- Size: 107 KB
- Stars: 32
- Watchers: 4
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- google-apps-script-awesome-list - BBLog
README
# BBLog
Google Apps Script logging library
This builds on the work of [Peter Hermann's BetterLog](https://github.com/peterherrmann/BetterLog) to provide:
- Logging to a GSheet, Firebase DB, and StackDriver
- Multiple logging levels
- Multiple logging instances
- Logging of function names and line numbers (along with stack dump when used with [Assert library](https://github.com/andrewroberts/Assert))
- Log user's email address or ID, in a full or disguised format
Library ID: 1kzzYZhgODZluRmjsjh7t3O-ftmFAF9h1jaRHU0rOdf9irF0VUiJW33Kt
See ["BBLog Test/Examples"](https://github.com/andrewroberts/BBLog---Tests-Examples) for a complete set of unit test and examples on using the library.
[The BBLog Script Project used by the library](https://script.google.com/d/1kzzYZhgODZluRmjsjh7t3O-ftmFAF9h1jaRHU0rOdf9irF0VUiJW33Kt/edit).