lib/contrast/components/logger.rb in contrast-agent-6.6.0 vs lib/contrast/components/logger.rb in contrast-agent-6.6.1
- old
+ new
@@ -14,19 +14,9 @@
end
def cef_logger
@_cef_logger ||= Contrast::Logger::CEFLog.instance.tap(&:build_logger)
end
-
- def add_trace_perf_logging_for sym, custom_message = nil
- logger.add_trace_perf_logging(self, sym, custom_message)
- end
- end
-
- class << self
- def add_trace_log_timing_for clazz, method_name, custom_message = nil
- Contrast::Logger::Log.instance.add_method_to_trace_timing(clazz, method_name, custom_message)
- end
end
# So This class here follows the update for the configuration
# and from know on ( if it's as we planned it to be) it will hold the
# instance methods and will initialize new instances for where they're needed