# File lib/logging/diagnostic_context.rb, line 58
    def []( key )
      context.fetch(key.to_s, nil)
    end