loglevel vs bunyan vs debug vs log4js vs loggly-jslogger vs morgan vs pino vs winston
Node.js Logging Libraries
loglevelbunyandebuglog4jsloggly-jsloggermorganpinowinstonSimilar Packages:

Node.js Logging Libraries

Logging libraries in Node.js provide developers with tools to record application behavior, errors, and other significant events. These libraries help in debugging, monitoring, and maintaining applications by offering various logging levels, formats, and transports to manage log output effectively. They are essential for understanding application flow and diagnosing issues in production environments, contributing to improved application reliability and performance.

Npm Package Weekly Downloads Trend

3 Years

Github Stars Ranking

Stat Detail

Package
Downloads
Stars
Size
Issues
Publish
License
loglevel19,131,4932,74986.2 kB192 years agoMIT
bunyan3,736,6317,212-2945 years agoMIT
debug011,44342.8 kB869 months agoMIT
log4js05,838160 kB973 years agoApache-2.0
loggly-jslogger07943.6 kB17-MIT
morgan08,18125.9 kB3713 days agoMIT
pino017,938664 kB1514 months agoMIT
winston024,469275 kB5156 months agoMIT

Feature Comparison: loglevel vs bunyan vs debug vs log4js vs loggly-jslogger vs morgan vs pino vs winston

Logging Format

  • loglevel:

    Loglevel provides a simple text-based logging format, which is easy to read and understand. It supports different log levels for better categorization of log messages.

  • bunyan:

    Bunyan outputs logs in a structured JSON format, which is easy to parse and analyze programmatically. This format is particularly useful for log aggregation and monitoring tools.

  • debug:

    Debug logs are output as plain text, allowing for easy readability during development. It does not enforce a specific format, giving developers flexibility in how they log messages.

  • log4js:

    Log4js supports various logging formats, including JSON and plain text, allowing developers to customize log output to meet their needs. It is similar to Log4j in its configuration options.

  • loggly-jslogger:

    Loggly-jslogger sends logs in a format compatible with Loggly, ensuring that logs are structured for easy searching and filtering within the Loggly interface.

  • morgan:

    Morgan formats logs for HTTP requests in a customizable way, allowing developers to choose predefined formats or create their own for better readability and analysis.

  • pino:

    Pino generates logs in a highly efficient JSON format that is optimized for performance. It minimizes overhead while providing structured logs that can be easily consumed by log processors.

  • winston:

    Winston allows for customizable log formats, supporting both JSON and text outputs. This flexibility makes it suitable for various logging scenarios, from simple console logs to complex file logging.

Performance

  • loglevel:

    Loglevel is lightweight and performs well, making it suitable for both client-side and server-side applications. It has minimal impact on application performance.

  • bunyan:

    Bunyan is designed for performance, but its structured logging can introduce some overhead compared to simpler libraries. It is optimized for production use, balancing performance with log structure.

  • debug:

    Debug is lightweight and has minimal performance impact, making it ideal for development environments. However, it should be disabled in production to avoid unnecessary logging overhead.

  • log4js:

    Log4js can introduce some performance overhead due to its flexibility and configuration options. It is suitable for applications where logging complexity is required, but performance should be monitored.

  • loggly-jslogger:

    Loggly-jslogger is efficient for sending logs to Loggly, but network latency can affect performance. It is best used in applications where centralized logging is a priority.

  • morgan:

    Morgan is efficient for logging HTTP requests, but its performance can vary based on the logging format chosen. It is generally suitable for most applications without significant overhead.

  • pino:

    Pino is one of the fastest logging libraries available, designed for high throughput and low latency. It is ideal for performance-critical applications that require efficient logging.

  • winston:

    Winston offers a balance between flexibility and performance, but its performance can be affected by the number of transports and formats used. It is suitable for applications that need detailed logging.

Transport Options

  • loglevel:

    Loglevel does not have built-in transport options; it primarily logs to the console. Developers can implement custom transports if needed, but it requires additional setup.

  • bunyan:

    Bunyan supports multiple output streams, allowing logs to be sent to files, stdout, or external services. This flexibility is useful for integrating with various logging systems.

  • debug:

    Debug does not have built-in transport options; it simply logs to the console. For more complex logging needs, additional integration with other libraries may be necessary.

  • log4js:

    Log4js provides a wide range of appenders (transports), including file, console, and remote logging options. This makes it suitable for applications with diverse logging requirements.

  • loggly-jslogger:

    Loggly-jslogger is specifically designed to send logs to Loggly, providing a direct transport option for centralized logging. It simplifies integration with Loggly's services.

  • morgan:

    Morgan is an HTTP request logger middleware that outputs logs to the console or a file. It can be easily integrated with other logging libraries for more complex transport needs.

  • pino:

    Pino supports multiple transports through external libraries, allowing logs to be sent to various destinations like files, databases, or remote logging services. This extensibility is beneficial for diverse logging setups.

  • winston:

    Winston excels in transport options, supporting multiple destinations like files, databases, and external services. This makes it highly versatile for applications with complex logging needs.

Ease of Use

  • loglevel:

    Loglevel is very easy to use, with a simple API for logging messages at different levels. It is suitable for quick integration into projects without complex setup.

  • bunyan:

    Bunyan is straightforward to set up and use, with a clear API for logging messages. However, its structured format may require additional tools for log analysis.

  • debug:

    Debug is extremely easy to use, requiring minimal setup. Developers can enable logging for specific modules with just an environment variable, making it very user-friendly during development.

  • log4js:

    Log4js has a familiar configuration style for those coming from Java's Log4j, making it easy to adopt. However, its flexibility may require more initial setup compared to simpler libraries.

  • loggly-jslogger:

    Loggly-jslogger is easy to integrate with Loggly, requiring minimal configuration to start sending logs. It is user-friendly for developers looking to centralize logging quickly.

  • morgan:

    Morgan is easy to integrate as middleware in Express applications, providing automatic logging of HTTP requests with minimal configuration required.

  • pino:

    Pino is designed for ease of use with a simple API, making it straightforward to implement in applications. Its performance-focused design does not compromise usability.

  • winston:

    Winston offers a flexible API that is easy to use, but its extensive features may require some learning for new users. It is suitable for developers who need advanced logging capabilities.

Community and Support

  • loglevel:

    Loglevel has a growing community and is documented well, providing sufficient resources for developers looking to implement it in their projects.

  • bunyan:

    Bunyan has a supportive community and is well-documented, making it easier for developers to find help and resources. It is widely used in production environments.

  • debug:

    Debug is a popular library with a large user base, ensuring good community support and resources available for troubleshooting and best practices.

  • log4js:

    Log4js has a solid community, especially among developers familiar with Log4j. Documentation and resources are available, but it may not be as widely used as some other libraries.

  • loggly-jslogger:

    Loggly-jslogger benefits from Loggly's support and documentation, making it easy to find resources for integration and troubleshooting.

  • morgan:

    Morgan is widely used in the Express community, ensuring good support and resources for integration and usage. Its popularity makes it easy to find help.

  • pino:

    Pino has an active community and is well-documented, providing ample resources for developers. Its performance focus has garnered a strong following among Node.js developers.

  • winston:

    Winston has a large and active community, with extensive documentation and resources available. It is one of the most popular logging libraries in the Node.js ecosystem.

How to Choose: loglevel vs bunyan vs debug vs log4js vs loggly-jslogger vs morgan vs pino vs winston

  • loglevel:

    Choose Loglevel for a simple, lightweight logging solution that supports different log levels and can be easily integrated into both client-side and server-side applications. It's great for projects that need minimal setup.

  • bunyan:

    Choose Bunyan if you need a structured JSON logging format that is easy to parse and analyze, especially in production environments. It is ideal for applications that require a consistent logging structure and integration with log management systems.

  • debug:

    Select Debug for lightweight logging during development. It allows you to enable or disable logging dynamically using environment variables, making it perfect for debugging specific modules without cluttering the output.

  • log4js:

    Opt for Log4js if you are familiar with the Log4j framework from Java and want similar functionality in Node.js. It supports multiple appenders and layouts, making it suitable for complex logging requirements.

  • loggly-jslogger:

    Use Loggly-jslogger if you want to send logs directly to Loggly, a cloud-based log management service. This is ideal for applications that require centralized logging and analysis without managing local log files.

  • morgan:

    Select Morgan if you need an HTTP request logger middleware for Node.js applications. It is particularly useful for logging incoming requests in Express applications, providing insights into request patterns and performance.

  • pino:

    Opt for Pino for high-performance logging with a low overhead. It is designed for speed and efficiency, making it suitable for high-throughput applications that require minimal impact on performance.

  • winston:

    Choose Winston for a versatile logging library that supports multiple transports and formats. It is suitable for applications that require detailed logging capabilities and flexibility in log management.

README for loglevel

loglevel NPM version NPM downloads Build Status

Don't debug with logs alone - check out HTTP Toolkit: beautiful, powerful & open-source tools for building, testing & debugging HTTP(S)

Minimal lightweight simple logging for JavaScript (browsers, node.js or elsewhere). loglevel extends console.log() & friends with level-based logging and filtering, with none of console's downsides.

Test it out live in your browser console at https://pimterry.github.io/loglevel/demo/index.html

Loglevel is a barebones reliable everyday logging library. It does not do fancy things, it does not let you reconfigure appenders or add complex log filtering rules or boil tea (more's the pity), but it does have the all core functionality that you actually use:

Features

Simple

  • Log things at a given level (trace/debug/info/warn/error) to the console object (as seen in all modern browsers & node.js).
  • Filter logging by level (all the above or 'silent'), so you can disable all but error logging in production, and then run log.setLevel("trace") in your console to turn it all back on for a furious debugging session.
  • Single file, no dependencies, weighs in at 1.4 KB minified and gzipped.

Effective

  • Log methods gracefully fall back to simpler console logging methods if more specific ones aren't available: so calls to log.debug() go to console.debug() if possible, or console.log() if not.
  • Logging calls still succeed even if there's no console object at all, so your site doesn't break when people visit with old browsers that don't support the console object (here's looking at you, IE) and similar.
  • This then comes together giving a consistent reliable API that works in every JavaScript environment with a console available, and never breaks anything anywhere else.

Convenient

  • Log output keeps line numbers: most JS logging frameworks call console.log methods through wrapper functions, clobbering your stacktrace and making the extra info many browsers provide useless. We'll have none of that thanks.
  • It works with all the standard JavaScript loading systems out of the box (CommonJS, AMD, or just as a global).
  • Logging is filtered to "warn" level by default, to keep your live site clean in normal usage (or you can trivially re-enable everything with an initial log.enableAll() call).
  • Magically handles situations where console logging is not initially available (IE8/9), and automatically enables logging as soon as it does become available (when developer console is opened).
  • TypeScript type definitions included, so no need for extra @types packages.
  • Extensible, to add other log redirection, filtering, or formatting functionality, while keeping all the above (except you will clobber your stacktrace, see “Plugins” below).

Downloading loglevel

If you're using NPM, you can just run npm install loglevel.

Alternatively, loglevel is also available via Bower (bower install loglevel), as a Webjar, or an Atmosphere package (for Meteor)

Alternatively if you just want to grab the file yourself, you can download either the current stable production version or the development version directly, or reference it remotely on unpkg at https://unpkg.com/loglevel/dist/loglevel.min.js (this will redirect to a latest version, use the resulting redirected URL if you want to pin that version).

Finally, if you want to tweak loglevel to your own needs or you immediately need the cutting-edge version, clone this repo and see Developing & Contributing below for build instructions.

Setting it up

loglevel supports AMD (e.g. RequireJS), CommonJS (e.g. Node.js) and direct usage (e.g. loading globally with a <script> tag) loading methods. You should be able to do nearly anything, and then skip to the next section anyway and have it work. Just in case, though, here's some specific examples that definitely do the right thing:

CommonsJS (e.g. Node)

var log = require('loglevel');
log.warn("unreasonably simple");

AMD (e.g. RequireJS)

define(['loglevel'], function(log) {
   log.warn("dangerously convenient");
});

Directly in your web page

<script src="loglevel.min.js"></script>
<script>
log.warn("too easy");
</script>

As an ES6 module

loglevel is written as a UMD module, with a single object exported. Unfortunately, ES6 module loaders & transpilers don't all handle this the same way. Some will treat the object as the default export, while others use it as the root exported object. In addition, loglevel includes a default property on the root object, designed to help handle this difference. Nonetheless, there are two possible syntaxes that might work for you:

For most tools, using the default import is the most convenient and flexible option:

import log from 'loglevel';
log.warn("module-tastic");

For some tools though, it might better to wildcard import the whole object:

import * as log from 'loglevel';
log.warn("module-tastic");

There's no major difference, unless you're using TypeScript & building a loglevel plugin (in that case, see https://github.com/pimterry/loglevel/issues/149). In general though, just use whichever suits your environment, and everything should work out fine.

With noConflict()

If you're using another JavaScript library that exposes a log global, you can run into conflicts with loglevel. Similarly to jQuery, you can solve this by putting loglevel into no-conflict mode immediately after it is loaded onto the page. This resets the log global to its value before loglevel was loaded (typically undefined), and returns the loglevel object, which you can then bind to another name yourself.

For example:

<script src="loglevel.min.js"></script>
<script>
var logging = log.noConflict();

logging.warn("still pretty easy");
</script>

TypeScript

loglevel includes its own type definitions, assuming you're using a modern module environment (e.g. Node.JS, webpack, etc), you should be able to use the ES6 syntax above, and everything will work immediately. If not, file a bug!

If you really want to use LogLevel as a global however, but from TypeScript, you'll need to declare it as such first. To do that:

  • Create a loglevel.d.ts file

  • Ensure that file is included in your build (e.g. add it to include in your tsconfig, pass it on the command line, or use ///<reference path="./loglevel.d.ts" />)

  • In that file, add:

    import * as log from 'loglevel';
    export as namespace log;
    export = log;
    

Documentation

Methods

The loglevel API is extremely minimal. All methods are available on the root loglevel object, which we suggest you name log (this is the default if you import it globally, and is what's set up in the above examples). The API consists of:

Logging Methods

5 actual logging methods, ordered and available as:

  • log.trace(msg)
  • log.debug(msg)
  • log.info(msg)
  • log.warn(msg)
  • log.error(msg)

log.log(msg) is also available, as an alias for log.debug(msg), to improve compatibility with console, and make migration easier.

Exact output formatting of these will depend on the console available in the current context of your application. For example, many environments will include a full stack trace with all trace() calls, and icons or similar to highlight other calls.

These methods should never fail in any environment, even if no console object is currently available, and should always fall back to an available log method even if the specific method called (e.g. warn) isn't available.

Be aware that this means that these methods won't always produce exactly the output you expect in every environment; loglevel only guarantees that these methods will never explode on you, and that it will call the most relevant method it can find, with your argument. For example, log.trace(msg) in Firefox before version 64 prints the stacktrace by itself, and doesn't include your message (see #84).

log.setLevel(level, [persist])

This disables all logging below the given level, so that after a log.setLevel("warn") call log.warn("something") or log.error("something") will output messages, but log.info("something") will not.

This can take either a log level name or 'silent' (which disables everything) in one of a few forms:

  • As a log level from the internal levels list, e.g. log.levels.SILENTfor type safety
  • As a string, like 'error' (case-insensitive) ← for a reasonable practical balance
  • As a numeric index from 0 (trace) to 5 (silent) ← deliciously terse, and more easily programmable (...although, why?)

Where possible, the log level will be persisted. LocalStorage will be used if available, falling back to cookies if not. If neither is available in the current environment (e.g. in Node), or if you pass false as the optional 'persist' second argument, persistence will be skipped.

If log.setLevel() is called when a console object is not available (in IE 8 or 9 before the developer tools have been opened, for example) logging will remain silent until the console becomes available, and then begin logging at the requested level.

log.setDefaultLevel(level)

This sets the current log level only if one has not been persisted and can’t be loaded. This is useful when initializing modules or scripts; if a developer or user has previously called setLevel(), this won’t alter their settings. For example, your application might use setDefaultLevel("error") set the log level to error in a production environment, but when debugging an issue, you might call setLevel("trace") on the console to see all the logs. If that error setting was set using setDefaultLevel(), it will still stay as trace on subsequent page loads and refreshes instead of resetting to error.

The level argument takes the same values that you might pass to setLevel(). Levels set using setDefaultLevel() never persist to subsequent page loads.

log.resetLevel()

This resets the current log level to the logger's default level (if no explicit default was set, then it resets it to the root logger's level, or to WARN) and clears the persisted level if one was previously persisted.

log.enableAll() and log.disableAll()

These enable or disable all log messages, and are equivalent to log.setLevel("trace") and log.setLevel("silent"), respectively.

log.getLevel()

Returns the current logging level, as a number from 0 (trace) to 5 (silent)

It's very unlikely you'll need to use this for normal application logging; it's provided partly to help plugin development, and partly to let you optimize logging code as below, where debug data is only generated if the level is set such that it'll actually be logged. This probably doesn't affect you, unless you've run profiling on your code and you have hard numbers telling you that your log data generation is a real performance problem.

if (log.getLevel() <= log.levels.DEBUG) {
  var logData = runExpensiveDataGeneration();
  log.debug(logData);
}

This notably isn't the right solution to avoid the cost of string concatenation in your logging. Firstly, it's very unlikely that string concatenation in your logging is really an important performance problem. Even if you do genuinely have hard metrics showing that it is, though, the better solution that wrapping your log statements in this is to use multiple arguments, as below. The underlying console API will automatically concatenate these for you if logging is enabled, and if it isn't then all log methods are no-ops, and no concatenation will be done at all.

// Prints 'My concatenated log message'
log.debug("My", "concatenated", "log message");

log.getLogger(loggerName)

This gets you a new logger object that works exactly like the root log object, but can have its level and logging methods set independently. All loggers must have a name (which is a non-empty string, or a Symbol). Calling getLogger() multiple times with the same name will return an identical logger object.

In large applications, it can be incredibly useful to turn logging on and off for particular modules as you are working with them. Using the getLogger() method lets you create a separate logger for each part of your application with its own logging level.

Likewise, for small, independent modules, using a named logger instead of the default root logger allows developers using your module to selectively turn on deep, trace-level logging when trying to debug problems, while logging only errors or silencing logging altogether under normal circumstances.

Example usage (using CommonJS modules, but you could do the same with any module system):

// In module-one.js:
var log = require("loglevel").getLogger("module-one");
function doSomethingAmazing() {
  log.debug("Amazing message from module one.");
}

// In module-two.js:
var log = require("loglevel").getLogger("module-two");
function doSomethingSpecial() {
  log.debug("Special message from module two.");
}

// In your main application module:
var log = require("loglevel");
var moduleOne = require("module-one");
var moduleTwo = require("module-two");
log.getLogger("module-two").setLevel("TRACE");

moduleOne.doSomethingAmazing();
moduleTwo.doSomethingSpecial();
// logs "Special message from module two."
// (but nothing from module one.)

Loggers returned by getLogger() support all the same properties and methods as the default root logger, excepting noConflict() and the getLogger() method itself.

Like the root logger, other loggers can have their logging level saved. If a logger’s level has not been saved, it will inherit the root logger’s level when it is first created. If the root logger’s level changes later, the new level will not affect other loggers that have already been created. Loggers with Symbol names (rather than string names) will always be considered unique instances, and will never have their logging level saved or restored.

Likewise, loggers inherit the root logger’s methodFactory. After creation, each logger can have its methodFactory independently set. See the plugins section below for more about methodFactory.

log.getLoggers()

This will return the dictionary of all loggers created with getLogger(), keyed by their names.

log.rebuild()

Ensure the various logging methods (log.info(), log.warn(), etc.) behave as expected given the currently set logging level and methodFactory. It will also rebuild all child loggers of the logger this was called on.

This is mostly useful for plugin development. When you call log.setLevel() or log.setDefaultLevel(), the logger is rebuilt automatically. However, if you change the logger’s methodFactory, you should use this to rebuild all the logging methods with your new factory.

It is also useful if you change the level of the root logger and want it to affect child loggers that you’ve already created (and have not called someChildLogger.setLevel() or someChildLogger.setDefaultLevel() on). For example:

var childLogger1 = log.getLogger("child1");
childLogger1.getLevel();  // WARN (inherited from the root logger)

var childLogger2 = log.getLogger("child2");
childLogger2.setDefaultLevel("TRACE");
childLogger2.getLevel();  // TRACE

log.setLevel("ERROR");

// At this point, the child loggers have not changed:
childLogger1.getLevel();  // WARN
childLogger2.getLevel();  // TRACE

// To update them:
log.rebuild();
childLogger1.getLevel();  // ERROR (still inheriting from root logger)
childLogger2.getLevel();  // TRACE (no longer inheriting because `.setDefaultLevel() was called`)

Plugins

Existing plugins

loglevel-plugin-prefix - plugin for loglevel message prefixing.

loglevel-plugin-remote - plugin for sending loglevel messages to a remote log server.

loglevel-serverSend - Forward your log messages to a remote server.

loglevel-debug - Control logging from a DEBUG environmental variable (similar to the classic Debug module).

Writing plugins

Loglevel provides a simple, reliable, minimal base for console logging that works everywhere. This means it doesn't include lots of fancy functionality that might be useful in some cases, such as log formatting and redirection (e.g. also sending log messages to a server over AJAX)

Including that would increase the size and complexity of the library, but more importantly would remove stacktrace information. Currently log methods are either disabled, or enabled with directly bound versions of the console.log methods (where possible). This means your browser shows the log message as coming from your code at the call to log.info("message!") not from within loglevel, since it really calls the bound console method directly, without indirection. The indirection required to dynamically format, further filter, or redirect log messages would stop this.

There's clearly enough enthusiasm for this even at that cost that loglevel now includes a plugin API. To use it, redefine log.methodFactory(methodName, logLevel, loggerName) with a function of your own. This will be called for each enabled method each time the level is set (including initially), and should return a function to be used for the given log method methodName, at the given configured (not actual) level logLevel, for a logger with the given name loggerName. If you'd like to retain all the reliability and features of loglevel, we recommended that you wrap the initially provided value of log.methodFactory.

For example, a plugin to prefix all log messages with "Newsflash: " would look like:

var originalFactory = log.methodFactory;
log.methodFactory = function (methodName, logLevel, loggerName) {
    var rawMethod = originalFactory(methodName, logLevel, loggerName);

    return function (message) {
        rawMethod("Newsflash: " + message);
    };
};
log.rebuild(); // Be sure to call the rebuild method in order to apply plugin.

(The above supports only a single string log.warn("...") argument for clarity, but it's easy to extend to a fuller variadic version.)

If you develop and release a plugin, please get in contact! I'd be happy to reference it here for future users. Some consistency is helpful; naming your plugin 'loglevel-PLUGINNAME' (e.g. loglevel-newsflash) is preferred, as is giving it the 'loglevel-plugin' keyword in your package.json.

Developing & Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality.

Builds can be run with npm: run npm run dist to build a distributable version of the project (in dist/), or npm test to just run the tests and linting. During development you can run npm run watch and it will monitor source files, and rerun the tests and linting as appropriate when they're changed.

Also, please don't manually edit files in the dist/ subdirectory as they are generated via Grunt. You'll find source code in the lib/ subdirectory!

Release process

To do a release of loglevel:

  • Update the version number in package.json and bower.json.
  • Run npm run dist to build a distributable version in dist/.
  • Update the release history in this file (below).
  • Commit the built code, tagging it with the version number and a brief message about the release.
  • Push to Github.
  • Run npm publish . to publish to NPM.

Release History

v0.1.0 - First working release with apparent compatibility with everything tested

v0.2.0 - Updated release with various tweaks and polish and real proper documentation attached

v0.3.0 - Some bugfixes (#12, #14), cookie-based log level persistence, doc tweaks, support for Bower and JamJS

v0.3.1 - Fixed incorrect text in release build banner, various other minor tweaks

v0.4.0 - Use LocalStorage for level persistence if available, compatibility improvements for IE, improved error messages, multi-environment tests

v0.5.0 - Fix for Modernizr+IE8 issues, improved setLevel error handling, support for auto-activation of desired logging when console eventually turns up in IE8

v0.6.0 - Handle logging in Safari private browsing mode (#33), fix TRACE level persistence bug (#35), plus various minor tweaks

v1.0.0 - Official stable release! Fixed a bug with localStorage in Android webviews, improved CommonJS detection, and added noConflict().

v1.1.0 - Added support for including loglevel with preprocessing and .apply() (#50), and fixed QUnit dep version which made tests potentially unstable.

v1.2.0 - New plugin API! Plus various bits of refactoring and tidy up, nicely simplifying things and trimming the size down.

v1.3.0 - Make persistence optional in setLevel(), plus lots of documentation updates and other small tweaks

v1.3.1 - With the new optional persistence, stop unnecessarily persisting the initially set default level (WARN)

v1.4.0 - Add getLevel(), setDefaultLevel() and getLogger() functionality for more fine-grained log level control

v1.4.1 - Reorder UMD (#92) to improve bundling tool compatibility

v1.5.0 - Fix log.debug (#111) after V8 changes deprecating console.debug, check for window upfront (#104), and add .log alias for .debug (#64)

v1.5.1 - Fix bug (#112) in level-persistence cookie fallback, which failed if it wasn't the first cookie present

v1.6.0 - Add a name property to loggers and add log.getLoggers() (#114), and recommend unpkg as CDN instead of CDNJS.

v1.6.1 - Various small documentation & test updates

v1.6.2 - Include TypeScript type definitions in the package itself

v1.6.3 - Avoid TypeScript type conflicts with other global log types (e.g. core-js)

v1.6.4 - Ensure package.json's "main" is a fully qualified path, to fix webpack issues

v1.6.5 - Ensure the provided message is included when calling trace() in IE11

v1.6.6 - Fix bugs in v1.6.5, which caused issues in node.js & IE < 9

v1.6.7 - Fix a bug in environments with window defined but no window.navigator

v1.6.8 - Update TypeScript type definitions to include log.log().

v1.7.0 - Add support for Symbol-named loggers, and a .default property to help with ES6 module usage.

v1.7.1 - Update TypeScript types to support Symbol-named loggers.

v1.8.0 - Add resetLevel() method to clear persisted levels & reset to defaults

v1.8.1 - Fix incorrect type definitions for MethodFactory

v1.9.0 - Added rebuild() method, overhaul dev & test setup, and fix some bugs (notably around cookies) en route

v1.9.1 - Fix a bug introduced in 1.9.0 that broke setLevel() in some ESM-focused runtime environments

v1.9.2 - Remove unnecessarily extra test & CI files from deployed package

loglevel for enterprise

Available as part of the Tidelift Subscription.

The maintainers of loglevel and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Learn more.

License

Copyright (c) 2013 Tim Perry Licensed under the MIT license. See LICENSE-MIT for full license text.