function DebugTracer(namespace) {
  let enabled = false

  this.enable = function (on) {
    enabled = on