Lightweight logging library for Node.js based on the java.util.logging package.
Stream based logging module for nodejs/iojs.
Polywrap Core Logging Interface
Standardized structured logging library for microservices
Easy lib to trace function calls and write log messages into the `console` object.
A noop logger that conforms to the Log4j interface for modules to stub out internal logging
Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methods
A debug logger package for other Google libraries
Realtime application framework client
Synchronous validation of a path existing either as a file or as a directory.
Common internal functionality for all of the Azure Key Vault clients in the Azure SDK for JavaScript
Client library to connect to the LangSmith Observability and Evaluation Platform.
Cloud Logging Client Library for Node.js
Express middleware to log each request and response
A logger for just about everything.
Basic template helpers for printing messages out to the console. Useful for debugging context in templates. Should work with any template engine.
ecs-logging-nodejs helpers
Module to create a basic Pino LoggerConfig to support Google Cloud structured logging
log-driver is a simple logging framework for logging to stdout
A simple logging client that meets a narrow set of needs.
Logger Library for VSCode Extensions
Sends structured log events to the Seq HTTP ingestion API
Better Stack logging core (formerly Logtail)
A Node.js gRPC library that is nice to you
Benchmarks content in views and logs times to the Javascript console.
Replace `console.log` with `log` in your Rails App
Converts sudosh log files to asciinema format. Provides JS and CSS includes to allow you host your own asciicasts.
Allows to pass objects as messages and format them as JSON
== 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
所有需要使用JS-SDK的页面必须先注入配置信息,否则将无法调用(同一个url仅需调用一次,对于变化url的SPA的web app可在每次url变化时进行调用,目前Android微信客户端不支持pushState的H5新特性,所以使用pushState来实现web app的页面会导致签名失败,此问题会在Android6.2中修复)。wx.config({ debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 appId: '', // 必填,公众号的唯一标识 timestamp: , // 必填,生成签名的时间戳 nonceStr: '', // 必填,生成签名的随机串 signature: '',// 必填,签名,见附录1 jsApiList: [] // 必填,需要使用的JS接口列表,所有JS接口列表见附录2 });
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.
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.