server-skynet-source-3rd-je.../include
David Goldblatt e6aeceb606 Logging: log using the log var names directly.
Currently we have to log by writing something like:

  static log_var_t log_a_b_c = LOG_VAR_INIT("a.b.c");
  log (log_a_b_c, "msg");

This is sort of annoying.  Let's just write:

  log("a.b.c", "msg");
2017-07-24 14:55:54 -07:00
..
jemalloc Logging: log using the log var names directly. 2017-07-24 14:55:54 -07:00
msvc_compat Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00