You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp/util/logging
Jason Rhinelander ac1486d0be Replace absl::optional with optional-lite
Step 1 of removing abseil from lokinet.

For the most part this is a drop-in replacement, but there are also a
few changes here to the JSONRPC layer that were needed to work around
current gcc 10 dev snapshot:

- JSONRPC returns a json now instead of an optional<json>.  It doesn't
  make any sense to have a json rpc call that just closes the connection
  with returning anything.  Invoked functions can return a null (default
  constructed) result now if they don't have anything to return (such a
  null value won't be added as "result").
5 years ago
..
android_logger.cpp add trace log level for tracking logic thread jobs 5 years ago
android_logger.hpp Move logging to subdirectory 5 years ago
file_logger.cpp make it compile 5 years ago
file_logger.hpp make it compile 5 years ago
json_logger.cpp make it compile 5 years ago
json_logger.hpp Move logging to subdirectory 5 years ago
logger.cpp make logic and net thread one in the same 5 years ago
logger.h Move logging to subdirectory 5 years ago
logger.hpp initial wack at 0.7.0 dht fixes 5 years ago
logger_internal.hpp fix windows port and make it compile 5 years ago
logger_syslog.hpp Move logging to subdirectory 5 years ago
loglevel.cpp Replace absl::optional with optional-lite 5 years ago
loglevel.hpp Replace absl::optional with optional-lite 5 years ago
logstream.hpp Move logging to subdirectory 5 years ago
ostream_logger.cpp add trace log level for tracking logic thread jobs 5 years ago
ostream_logger.hpp Add initial macOS app 5 years ago
syslog_logger.cpp add trace log level for tracking logic thread jobs 5 years ago
win32_logger.cpp add trace log level for tracking logic thread jobs 5 years ago
win32_logger.hpp Move logging to subdirectory 5 years ago