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