Skip to content

andrewroberts/BBLog

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

BBLog

Google Apps Script logging library

This builds on the work of Peter Hermann's 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)
  • Log user's email address or ID, in a full or disguised format

Library ID: 1kzzYZhgODZluRmjsjh7t3O-ftmFAF9h1jaRHU0rOdf9irF0VUiJW33Kt

See "BBLog Test/Examples" for a complete set of unit test and examples on using the library.

The BBLog Script Project used by the library.