# File lib/logging/utils.rb, line 160
  def flock_sh
    flock LOCK_SH
    yield
  ensure
    flock LOCK_UN
  end