Code Monkey home page Code Monkey logo

ionic-logging-sample's People

Contributors

ritzlgrmft avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

ionic-logging-sample's Issues

not log level less than INFO

Hi,

I'd like to use your lib, but I get no log to work with a level below INFO.

I use this configuration with ionicconfiguration service:

{
  "secret": "Pst!",
  "logging": {
    "logLevels": [{
        "loggerName": "root",
        "logLevel": "ALL"
      },
      {
        "loggerName": "gcm.foo",
        "logLevel": "OFF"
      }
    ]
  }
}

The result of the following code

this.logger.trace(' ... trace log');
this.logger.debug("  ... debug log");
this.logger.info("   ... info log");
this.logger.warn("    ... warn log");
this.logger.error("     ... error log");
this.logger.fatal("      ... fatal log");

looks like this:

[app-scripts] [22:24:50] console.info: 22:24:50,609 gcm.provider.storage ... info log
[app-scripts] [22:24:50] console.warn: 22:24:50,610 gcm.provider.storage ... warn log
[app-scripts] [22:24:50] console.error: 22:24:50,610 gcm.provider.storage ... error log
[app-scripts] [22:24:50] console.error: 22:24:50,610 gcm.provider.storage ... fatal log

I could reduce the log level and set it for example to ERROR! This works! Could you please give any hint.

THANKS a lot!

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.