method

message

ruby latest stable - Class: Logging

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_6_287) is shown here.

message(*s)
public

No documentation available.

# File lib/mkmf.rb, line 186
  def self::message(*s)
    @log ||= File::open(@logfile, 'w')
    @log.sync = true
    @log.printf(*s)
  end