Erlang Function Declaration convertString(X, Y, Z) -> X + Y + Z. Logging convertString(X, Y, Z) -> io:fwrite("~p ~p~n", [X*Y, Y*Z]), X + Y + Z.