lokinet/llarp/util/logging
Jason Rhinelander ebd2142114 Don't use std::optional::value() because f u macos
This replaces all use of std::optional's `opt.value()` with `*opt`
because macOS is great and the ghost of Steve Jobs says that actually
supporting std::optional's value() method is not for chumps before macOS
10.14.  So don't use it because Apple is great.

Pretty much all of our use of it actually is done better with operator*
anyway (since operator* doesn't do a check that the optional has a
value).

Also replaced *most* of the `has_value()` calls with direct bool
context, except for one in the config section which looked really
confusing at a glance without a has_value().
2020-05-20 19:18:28 -03:00
..
android_logger.cpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
android_logger.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
file_logger.cpp Don't use std::optional::value() because f u macos 2020-05-20 19:18:28 -03:00
file_logger.hpp Re-apply clang-format rules after rebasing 2020-04-07 14:41:11 -06:00
json_logger.cpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
json_logger.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
logger_internal.cpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
logger_internal.hpp Removed RPI definition 2020-05-17 21:28:25 -03:00
logger_syslog.hpp Fix logging initialization and flush at program exit 2020-04-07 14:27:30 -06:00
logger.cpp Make fewer assumptions about config state 2020-04-07 17:52:14 -06:00
logger.h
logger.hpp Re-apply clang-format rules after rebasing 2020-04-07 14:41:11 -06:00
loglevel.cpp C++17 2020-05-01 17:43:27 -03:00
loglevel.hpp C++17 2020-05-01 17:43:27 -03:00
logstream.hpp Fix logging initialization and flush at program exit 2020-04-07 14:27:30 -06:00
ostream_logger.cpp Fix logging initialization and flush at program exit 2020-04-07 14:27:30 -06:00
ostream_logger.hpp Fix logging initialization and flush at program exit 2020-04-07 14:27:30 -06:00
syslog_logger.cpp Consolidate logging initialization logic 2020-04-07 14:27:31 -06:00
win32_logger.cpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
win32_logger.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00