oxen-storage-server/common
Jason Rhinelander a3cb7bc980 Improve logging output
- Show [filename:line] rather than __func__ because __func__ is useless
  when called from a lambda (it just shows `operator()`).
- Add time since startup (like lokinet does)
- Fix up log formatter so that it doesn't have to double-format and
  doesn't break when given a value that isn't a string literal for the
  format string.
- Calling via ->log instead of ->debug, etc. requires changing
  `OXEN_LOG(error, ...)` to `OXEN_LOG(err, ...)` to match the actual
  spdlog log level (which is different from the logging method for some
  reason).
2021-06-16 18:59:06 -03:00
..
include Improve logging output 2021-06-16 18:59:06 -03:00
src Improve logging output 2021-06-16 18:59:06 -03:00
CMakeLists.txt Move all vendors cmake code to vendors/CMakeLists.txt 2021-06-16 18:58:53 -03:00