Hide unnecessary logs until an error occurs
A debug backtrace module for PEG.js.
A WebdriverIO plugin. Adapter for Cucumber.js testing framework.
Backtrace-JavaScript SDK core library
A debug logger package for other Google libraries
Backtrace-JavaScript sourcemap tools
Backtrace-JavaScript Node.JS integration
Backtrace CLI for working with Javascript files.
Backtrace-JavaScript web browser integration
Backtrace-Javascript React integration
Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methods
Cloud Logging Client Library for Node.js
A logger for just about everything.
Backtrace-JavaScript Electron integration
Realtime application framework client
Synchronous validation of a path existing either as a file or as a directory.
Client library to connect to the LangSmith Observability and Evaluation Platform.
Cloud Logging transport for Winston
CLI server manager for backtrace-console — run/start/stop the Express server.
Common tools for Backtrace Node services
A shared logging utility class for lighthouse and friends.
Generic logger interface
Backtrace error reporting tool
Common internal functionality for all of the Azure Key Vault clients in the Azure SDK for JavaScript
It helps you figure out what sqls are executed and trace method call stack
Ever wonder where a SQL query comes from? This gem lets you add abbreviated backtraces to those queries, either in the query log, or as a comment in the query itself.
Log backtrace when rescue_from is called.
Log background jobs enqueued by your application (additionally with backtraces). Helps with debugging, or just generally understanding what's going on under the hood. Useful for finding where to start when making changes to a large application.
Setup signal handler which dumps backtrace of running threads and number of allocated objects per class. Require 'sigdump/setup', send SIGCONT, and see /tmp/sigdump-<pid>.log.
Log backtraces from exceptions in Resque jobs
Adds timestamps to logs. Adds formating for adding backtraces to logs. Allows sub messages related to heading messages.
Adds timestamps to logs. Adds formating for adding backtraces to logs. Allows sub messages related to heading messages.
Turn your log files into exceptions. The contents are used as a backtrace.
A logger that silently collects information in the background and when an error is raised, logs a hash either out to the System or pushes the log to a service such as Loggly. The log hash contains information such as the backtrace, any logs from calling classes and methods, and configurable contextual information.
Daemons provides an easy way to wrap existing ruby scripts (for example a self-written server) to be run as a daemon and to be controlled by simple start/stop/restart commands. You can also call blocks as daemons and control them from the parent or just daemonize the current process. Besides this basic functionality, daemons offers many advanced features like exception backtracing and logging (in case your ruby script crashes) and monitoring and automatic restarting of your processes if they crash.
Daemons provides an easy way to wrap existing ruby scripts (for example a self-written server) to be run as a daemon and to be controlled by simple start/stop/restart commands. You can also call blocks as daemons and control them from the parent or just daemonize the current process. Besides this basic functionality, daemons offers many advanced features like exception backtracing and logging (in case your ruby script crashes) and monitoring and automatic restarting of your processes if they crash.