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
Thomas Winget a91bb35dbf
Some Windows fixes (#1415)
* Should fix some windows service issues

* fix return condition inversion

* Add some Trace level logging

also make the logger actually respect the log level you set.

* event loop should not queue things to itself...

at present, logic thread queue continues until it is empty, so
queueing things onto itself is just wasteful.

* call_later(foreach thing) is better than foreach thing (call later)

also if you already queued those things but they have not happened yet,
there is no sense to queue them to happen again.

* do not queue read on write finish, only on read finish

* failure to start DNS server should be proper startup failure.

without the DNS server working lokinet is...kinda pointless, right?

* format

* don't queue stuff to logic thread if in logic thread
the thing that clears the queue...clears it.  So you're just delaying and adding overhead.

* windows unbound thread sleep instead of just busy-waiting

also clang-format decided I can't have a blank line for some reason...

* fix unbound async worker on windows
4 years ago
..
android_logger.cpp Config file improvements (#1397) 4 years ago
android_logger.hpp revive android build system (#1339) 4 years ago
file_logger.cpp use lokimq workers instead of llarp:🧵:ThreadPool 4 years ago
file_logger.hpp use lokimq workers instead of llarp:🧵:ThreadPool 4 years ago
json_logger.cpp The Great Wall of Blame 5 years ago
json_logger.hpp Config file improvements (#1397) 4 years ago
logger.cpp Some Windows fixes (#1415) 4 years ago
logger.hpp use lokimq workers instead of llarp:🧵:ThreadPool 4 years ago
logger_internal.cpp first pass fix wstring path conversions 4 years ago
logger_internal.hpp Config file improvements (#1397) 4 years ago
logger_syslog.hpp Config file improvements (#1397) 4 years ago
loglevel.cpp C++17 4 years ago
loglevel.hpp C++17 4 years ago
logstream.hpp Fix logging initialization and flush at program exit 5 years ago
ostream_logger.cpp Config file improvements (#1397) 4 years ago
ostream_logger.hpp Config file improvements (#1397) 4 years ago
syslog_logger.cpp Config file improvements (#1397) 4 years ago
win32_logger.cpp The Great Wall of Blame 5 years ago
win32_logger.hpp The Great Wall of Blame 5 years ago