I am a beginner in Mathematica, I want to plot this log((x + y)/y). I did some attempts such as below but it kept showing an error as below. Would you please tell me what is wrong in the syntax?
LogLogPlot[{log[(x + y)/y]}, {x, 0.1, 3}, {y, 0.1, 3}]
LogLogPlot::nonopt: Options expected (instead of {y,0.1,3}) beyond position 2 in LogLogPlot[{log[(x+y)/y]},{x,0.1,3},{y,0.1,3}]. An option must be a rule or a list of rules.

