dnscontrol/providers/gandi
Ed Bardsley 06ee4d6fb1 Verbose debug logging via the ConsolePrinter and printer package. (#404)
This:
 * adds a global -v flag for verbosity
 * refactors the "printer" package to have a DefaultPrinter and package
   functions that call it, similar to net/http's DefaultServeMux
 * adds printer tests
 * moves current users of Debugf to Printf
 * moves most users of the "log" package to use "printer"
 * demotes noticably noisy log messages to "Debugf", like "IGNORE"-
   and "NO_PURGE"-related messages
2018-10-08 16:10:44 -04:00
..
gandiProvider.go Verbose debug logging via the ConsolePrinter and printer package. (#404) 2018-10-08 16:10:44 -04:00
livedns.go Verbose debug logging via the ConsolePrinter and printer package. (#404) 2018-10-08 16:10:44 -04:00
livedns_test.go Refactor in preparation to unexport RecordConfig.{Name,NameFQDN,Target} (#337) 2018-03-19 17:18:58 -04:00
protocol.go Refactor RecordConfig: Add getters/setters (#314) 2018-02-15 12:02:50 -05:00