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
..
2017-03-06 15:08:43 -08:00
2017-03-06 15:08:43 -08:00
2017-05-11 18:06:20 -07:00
2017-07-20 17:58:37 -07:00
2017-05-23 12:26:20 -07:00
2017-03-07 10:25:33 -08:00
2017-05-25 16:52:10 -07:00
2017-05-25 16:52:10 -07:00
2017-05-29 11:54:00 -07:00
2017-06-15 17:55:53 -07:00
2017-06-15 17:55:53 -07:00
2017-04-24 15:02:45 -07:00
2017-05-29 17:27:18 -07:00