Wrapper around winston, tunable like debug()
Universal javascript log for node and browser. Suitable for libraries and microservices. Configurable via env and window. Extendable
JavaScript log formatter
Client-side JavaScript log, exception and tracing library for APM
GudangJS - A simple and lightweight javascript Log service
simple javascript log with colorful enhancement
javascript log
Chopper is a Javascript log display devtool which allows you to monitor application logs in DOM
a javascript log
Public logs API for OpenTelemetry
Microsoft Azure SDK for JavaScript - Logger
Quick JavaScript log input tool
The perfect javascript log tool for Adrien.log(e)
Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methods
JavaScript debug logging for browser and Node
Browser javascript log collector for Vue.js
Unified diff parser
Get the paths of edge browser easily
A Node.js interface for working with Android's logcat output.
Ledger logs central point
Simple and modern async event emitter
Provides low-level interfaces and helper methods for authentication in Azure SDK
Streaming, source-agnostic EventSource/Server-Sent Events parser
[![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![NPM Published Version][npm-img]][npm] ![Node Version][node-img] [
Rails helpers for logging Javascript and UI events with Scrolls
Rails engine for logging from Browser Javascript to server
Replace `console.log` with `log` in your Rails App
Remote JavaScript logging for Rails applications.
Automatically log all sent emails, user logins, and page views. This also will log custom events from Ruby and JavaScript.
Jsdebug extends the asset pipeline for javascript logging.
Benchmarks content in views and logs times to the Javascript console.
== Rails 3.1 and up javascript asset for Paul Irish console.log wrapper This gem makes a javascript log method available as a Rails 3.1 asset * see http://paulirish.com/2009/log-a-lightweight-wrapper-for-consolelog * see https://github.com/paulirish/html5-boilerplate == Usage in your javascript log('inside coolFunc', this, arguments); // or simple log('hello world!'); and in coffeescript log 'inside coolFunc', this, arguments # or simple log 'hello world!' == Install 1. Update the Gemfile in your rails project, add the following line gem 'javascript_safe_logger' 2. Update the /app/assets/javascript/application.js file A. Manually update the file, add this before other requires //= require safe_logger B. Or use the generator to update the application.js file rails generate javascript_safe_logger == License Paul Irish released the javascript code with the {The Unlicense}[http://unlicense.org/] (aka: public domain), so this gem is also released with the same license. == Ruby Gems * https://rubygems.org/gems/javascript_safe_logger
This logger will you to log from server-side applications (like Ruby on Rails or Sinatra) to the browser's JavaScript console.
log_sense is a log analysis tool which analyzes Ruby on Rails and Apache/Nginx logs and provides detailed data about accesses, performances, and errors. It is a one-stop shop solution for analyzing your Rails application in production. Simple to use and working from the command line, it does not require any modification to your app (e.g., no need to change the log format, no cookies, no JavaScript code, no infrastructure to setup). We use it to monitor our applications in production, using a cron job which pulls the logs and calls log_sense to generate HTML reports. Compatible with Ruby on Rails default logs up to version 8.0.2 and with the combined Apache/Nginx format.
== Rails 3.1 javascript - Util asset pack == Sets up a window.Util object which includes * Spinner, with methods to set spinner next to element or hide the spinner * AjaxForm, to ajax enable simple forms * jQuery ajaxError global handler, exception data during development and friendly message in production == Usage spinner (js version) window.Util.spinner.nextTo('#my_button'); window.Util.spinner.nextTo('#my_button', 3, 4); // selector, top offset, left offset window.Util.spinner.hide(); ajax form (coffee script version) jQuery -> new window.Util.AjaxForm '#my_form', -> log "my_form submit success callback" == Install Update the Gemfile in your rails project, add the following line gem 'javascript_util_asset_pack' Run the generator rails generate javascript_util_asset_pack does the following: * Copy spinner.gif to /app/assets/images * Update application.html.erb adding javascript create window.Rails.env variable * Update application.html.erb adding image_tag for spinner.gif * Update application.js adding util_pack == WARNING * 0.0.10 and 0.0.11 are bad versions, use 0.0.12 or above == Coming Soon * configuration object * text in ajaxError overrides * spinner id override == Resources * spinner.gif generated using http://www.ajaxload.info == License The Unlicense (aka: public domain) http://unlicense.org == Ruby Gems * https://rubygems.org/gems/javascript_util_asset_pack
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.