static public Method

Logging.message(*s)

There's no documentation for this item.

Source Code

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

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.