Don't use temporary files to log the method parameters.
It is better to have a class to store the parameters into a class attribute.
Showing
Please register or sign in to comment
It is better to have a class to store the parameters into a class attribute.