-
Found an old issue (java.net.MalformedURLException in executable jar with OSGi Connect (Atomos)) which was closed without positive solution, I guess. Now I have the same problem in the same situation:…
-
I currently pull in these 2 dependencies for logging
```
"org.slf4j" % "slf4j-api" % "1.7.30" % "provided",
"org.slf4j" % "slf4j-simple" % "1.7.30" % "provided",
```
I need to find a differen…
-
Right now the only logging is through a primitive and ugly static final boolean StoreIterator.verbose. We should use proper logging (provided it doesn't slow anything down).
-
It would be nice to have a unified way to enable/disable logging at both the Python and C++ levels.
For a survey, see:
https://twitter.com/ctitusbrown/status/601745781771603971
https://twitter.com/c…
-
Event Logging is not working in EnterpriseLibrary.Logging.NetCore.
FormattedEventLogTraceListener Class is present Framework but **Not in Core**.
I tried on an sample application for framework and…
-
Instead of using `std::cout`/`std::cerr` directly, we should implement a small logging framework like
```cpp
#include "rascal/logging.hh"
rascal::info("starting computation");
auto foo = som…
-
The discussion here prompted this: https://github.com/rancher/distros-test-framework/pull/70#discussion_r1516617439.
Right now, we have this LogLevel function (https://github.com/rancher/distros-te…
-
The logging is currently using just println() as output, you can't filter on severity, nor have influence in the log destination,
-
Environment - "open standards": Use of open standards - logging frameworks should be de-coupled from the SIF Framework so that any logging framework can be supported.
Log4Net – The current SIF framew…
-
**Describe the bug**
Target: In MAUI, when targeted to run on Windows.
Setup: Enable offline persistence is true and Rollbar.OfflinePersistence nuget is added as a dependency.
Error: To enable off…