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-04-18 19:01:04 -07:00
2017-05-23 12:26:20 -07:00
2017-05-18 11:33:45 -07:00
2017-04-07 14:10:27 -07:00
2017-06-01 08:55:27 -07:00
2017-03-06 15:08:43 -08:00
2017-05-23 12:26:20 -07:00
2017-05-18 11:33:45 -07:00
2017-04-07 14:10:27 -07:00
2017-04-07 14:10:27 -07:00
2017-04-07 14:10:27 -07:00
2017-04-21 10:06:12 -07:00
2017-04-07 14:10:27 -07:00
2017-03-22 18:33:32 -07:00
2017-05-25 16:52:10 -07:00
2017-05-23 12:26:20 -07:00