-
In order to be able to filter all the output, we need to use a Logger system.
I have created a very simple Logger system:
https://github.com/soywiz/csharputils/blob/master/CSharpUtils/CSharpUtils/Log…
-
- [ ] #120
-
Hi!
I wanted to try out loguru instead of the standard logging. However, I have one issue where I kinda find no solution to it.
My main issue is that I have multiple loggers. I use one for my ap…
Snawe updated
1 month ago
-
I got this error on my Next.js 14.0.4 app when I call logger like `logger.info("Hello World");`
```
./node_modules/@napi-rs/snappy-win32-x64-msvc/snappy.win32-x64-msvc.node
Module parse failed: U…
-
I've modified the node-js example code to test out creating an invoice:
```js
/**
* Copyright 2020 Sage Intacct, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You …
-
The default color of the console output is difficult to read when using a console with light background.
A similar issue was raised in the past: https://github.com/stryker-mutator/stryker-net/issues/…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the bug has not already been reported
### Fastify version
5.0.0
### Plugin version…
-
This is not an issue but a question.
I'm trying the logger and my events are logged and saved automatically to a file. OK !
I'm need to access to logger data to create graphical report.
It's po…
-
Any time a sync is happening, which by default seems to be all the time, any logs get put into a collapsed `BDK Sync` label and I can't see what I'm trying to find.
Further these BDK Sync logs shou…
-
I create two sinks, one is console sink and the other is file sink, the console sink can flush immediately, but the file sink always delay for multiple seconds, event though I had set flush strategy.
…