private Method

FacebookSession.log_info(message)

log an informational message

Source Code

# File facebook_session.rb, line 290
def log_info(message) # :nodoc:
  @logger.info(message) if @logger
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.