module Traces

def self.enabled?

@returns [Boolean] Whether there is an active backend.
def self.enabled?
	Backend.const_defined?(:Interface)
end