method

log

v1_9_2_180 - Show latest stable - Class: GServer
log(msg)
protected

No documentation available.

# File lib/gserver.rb, line 162
  def log(msg)
    if @stdlog
      @stdlog.puts("[#{Time.new.ctime}] %s" % msg)
      @stdlog.flush
    end
  end