@log4js2/core
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -7,3 +7,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
this._config = _config; | ||
this._appender = new appender(_config); | ||
this._appender = new appender(_config.config); | ||
this._isPassThrough = (!_config || !_config.filters || _config.filters.length === 0); | ||
@@ -10,0 +10,0 @@ if (!this._isPassThrough) { |
{ | ||
"name": "@log4js2/core", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "tsc", |
@@ -6,7 +6,7 @@ # log4js2 | ||
[![Build Status](https://travis-ci.org/anigenero/log4js2.svg?branch=master)](https://travis-ci.org/anigenero/log4js2) | ||
[![codecov](https://codecov.io/gh/anigenero/log4js2/branch/master/graph/badge.svg)](https://codecov.io/gh/anigenero/log4js2) | ||
[![dependencies](https://david-dm.org/anigenero/log4js2.svg)](https://david-dm.org/anigenero/log4js2.svg) | ||
[![Build Status](https://travis-ci.org/log4js2/log4js2-core.svg?branch=master)](https://travis-ci.org/log4js2/log4js2-core) | ||
[![codecov](https://codecov.io/gh/log4js2/log4js2-core/branch/master/graph/badge.svg)](https://codecov.io/gh/log4js2/log4js2-core) | ||
[![dependencies](https://david-dm.org/log4js2/log4js2-core.svg)](https://david-dm.org/log4js2/log4js2-core.svg) | ||
- [Read the Docs](https://anigenero.github.io/log4js2/) | ||
- [Read the Docs](https://log4js2.github.io/log4js2-core/) | ||
@@ -91,2 +91,2 @@ ## Installing & Building | ||
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SLT7SZ2XFNEUQ) | ||
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SLT7SZ2XFNEUQ) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81865
91