# File lib_core/rucy/logger.rb, line 58
    def notice(messg)
      @output.write("#{messg}\n") if @log_notice
      @output.flush
      nil
    end