-
Personally Serilog https://serilog.net/ would be the best option as it integrates well with asp.net core.
-
## Summary
There are currently two (about to be three) logging implementations in netCDF, libsrc4, dap, and PIO, each with slightly different features. Yet logging cannot be used in many parts of th…
-
Add a library logging facility based on Python logging module (http://docs.python.org/library/logging.html).
This should allow us to avoid the use of verbosity levels implemented for different Cluste…
-
https://loguru.readthedocs.io/en/stable/resources/recipes.html#configuring-loguru-to-be-used-by-a-library-or-an-application
-
```
What steps will reproduce the problem?
1. Use glog in two libraries
2. Use two libraries that use glog in one project.
3. Call initialize code for both libraries.
What is the expected output? Wha…
-
```
What steps will reproduce the problem?
1. Use glog in two libraries
2. Use two libraries that use glog in one project.
3. Call initialize code for both libraries.
What is the expected output? Wha…
-
```
What steps will reproduce the problem?
1. Use glog in two libraries
2. Use two libraries that use glog in one project.
3. Call initialize code for both libraries.
What is the expected output? Wha…
-
```
What steps will reproduce the problem?
1. Use glog in two libraries
2. Use two libraries that use glog in one project.
3. Call initialize code for both libraries.
What is the expected output? Wha…
-
```
What steps will reproduce the problem?
1. Use glog in two libraries
2. Use two libraries that use glog in one project.
3. Call initialize code for both libraries.
What is the expected output? Wha…
-
As it stands now, all our calls to `pkg/log` allocate, regardless of whether or not logging will be done. In addition to that, because we use logrus, logging is pretty slow.
We should evaluate othe…