Files
coredns/plugin/pkg
Miek Gieben 69a956f052 plugin/pkg/log: add plugin logging (#1716)
Add per plugin logging to make it explicit what is logging, if you
include this package under the name clog (coredns log), you can do the
following:

log := clog.NewWithPlugin{whoami{}} // e.g.

And then just log.Info(...); these will then include the plugin ala:
[INFO] plugin/whoami: stuff

So we only need to init the logger and then just use it.
2018-04-22 08:20:01 +01:00
..
2017-09-14 09:36:06 +01:00
2018-04-20 11:01:06 +01:00
2018-02-17 19:45:52 +01:00
2017-09-14 09:36:06 +01:00
2017-09-14 09:36:06 +01:00
2018-04-13 16:01:12 +01:00