# File lib/logging/stats.rb, line 186
    def sample( event, value )
      sync {stats[event].sample(value)}
    end