lib/timber/current_context.rb in timber-1.1.14 vs lib/timber/current_context.rb in timber-2.0.0

- old
+ new

@@ -54,10 +54,10 @@ # build_context = BuildContext.new("1.0.0") # Timber::CurrentContext.with(build_context) do # # ... anything logged here will include the context ... # end # # Be sure to checkout Timber::Contexts! These are officially supported and many of these - # # will be automatically included via Timber::Probes + # # will be automatically included via Timber::Integrations # # @example Adding multiple contexts # Timber::CurrentContext.with(context1, context2) { ... } def with(*objects) add(*objects)