-
```js
import log4js from 'log4js';
const logger = log4js.getLogger('test');
logger.level = 'error';
console.log(logger.isLevelEnabled('error'));
console.log(logger.isLevelEnabled('info'));
conso…
-
Hi, @TooTallNate, there a vulnerability introduced by **netmask@1.0.6**:
### Issue Description
I noticed that **_pac-proxy-agent@3.0.1_** transitively depends on **netmask@1.0.6**. However, the vuln…
-
If there is an array `arr`, `console.table` can be used to print a table.
Does log4js have similar plugins?
-
## CVE-2022-21704 - Medium Severity Vulnerability
Vulnerable Library - log4js-2.11.0.tgz
Port of Log4js to work with node.
Library home page: https://registry.npmjs.org/log4js/-/log4js-2.11.0.tgz
Pa…
-
Our Logger type is just a basic TS interface (with default implementation provided by the `loglevel` npm package) for a error/warning/etc thing. We allow folks to pass in any matching implementation …
-
node-version: 14.15.0
i use vite start my app, then my app will throw error, i use webpack build my app, also throw error
![image](https://user-images.githubusercontent.com/45931289/178460565-298…
-
Hi,
I'm coming from JAVA and I love log4j library so it was very nice to see this 'port' to nodejs. Unfortunately it seems it doesnt work for react-native, problem with dependencies like *fs*, *pat…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
**Operating System:**
Platform: darwin
Arch: arm64
Versi…
-
Hello, I would like to now if it is possible to add some custom metadata to the logging event which gets passed to the layout token functions.
To be more specific, my case is that I would like to cre…
-
### Issue Description
When I want to start my app at android platform on Winows 10 it fails on webpack build: "Cannot find module 'jsonfile/utils'".
Full error message:
Searching for devices…