oxen-mq/lokimq
Jason Rhinelander 1b6f38fc07 Add LMQ_TRACE macro instead of LMQ_LOG(trace
LMQ_TRACE becomes nothing under a release build, which is good because
many traces are in the proxy hot path.

Also fixes some confusing log level comparison logic by flipping the
order of log levels.  Previous trace < debug < info < warn, which was
confusing: now that order is reversed which makes way more sense (i.e.
larger LogLevel means more logging).
2020-02-12 22:19:18 -04:00
..
batch.h Add ability to run a batch completion job in the proxy thread 2020-02-11 02:17:12 -04:00
bt_serialize.cpp Improve on-the-fly bt deserialization interface 2020-02-11 02:18:14 -04:00
bt_serialize.h Improve on-the-fly bt deserialization interface 2020-02-11 02:18:14 -04:00
hex.h Initial LokiMQ release 2020-02-02 22:39:26 -04:00
lokimq.cpp Add LMQ_TRACE macro instead of LMQ_LOG(trace 2020-02-12 22:19:18 -04:00
lokimq.h Add LMQ_TRACE macro instead of LMQ_LOG(trace 2020-02-12 22:19:18 -04:00
string_view.h Initial LokiMQ release 2020-02-02 22:39:26 -04:00