From time to time i need to dump logs to file, they are the same logs i use with the Log/LogColor functions.
So, in these cases i just create a couple of helper functions that just print the log and, if enable, write the line to a file.
Theproblem nuisance is that during a debug session clicking on the arrow on the log view will point at the helper function, not at the line that called the log
What could be added is another Log function that can enable/disable writing logs to a file
So, in these cases i just create a couple of helper functions that just print the log and, if enable, write the line to a file.
The
What could be added is another Log function that can enable/disable writing logs to a file