# File lib_core/rucy/logger.rb, line 178
    def warning(messg)
      @lock.synchronize{
        @logger.warning(messg)
      }
      nil
    end