Giter Club home page Giter Club logo

tag-trace's Introduction

Tag-trace

A simple tag based logging tracer

To enable traces, toggle tags on or off on the settings object.

NOTE: This tracer overrides (gags) the regular console.log. This is done to prevent badly behaving third party dependencies from spamming the console with unfiltered output.

Special settings:

  • "disabled" -- gag all console tracing. Good for release builds.
  • "matrixMode" -- override all tags to enabled. Good for those times you want to see everything that's going on.
  • "timestampTraces" -- add timestamp (ms) to every log line.
  • "concat" -- attempt to stringify and concatenate all arguments of trace calls. Useful for platforms that don't format JS outputs very well.
  • "PROFILE" -- start/end a profiling point. Useful for platforms with no advanced profiling or flame graphs, e.g. mobile/embedded.

For different logging levels, continue using console.warn, console.error as normal.

Getting Tag-trace to play nice with tests

Sometimes you want to see regular console output, but don't want to pollute your settings or app codebase with test-related stuff.

In this case, simply require from your tests before/beforeEach, and call:

T.allowConsoleLog(true);

This will let all normal console.log output through.

tag-trace's People

Contributors

davedx avatar

Watchers

James Cloos avatar  avatar

tag-trace's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.