Description
Currently the log file for procrun writes out messages with a LF separator. This makes is difficult to read the log files using the build in windows file viewer notepad.
The line separator is defined as #define LINE_SEP "\n" in log.c, which is already a windows specific implementation file. Thus, this may be as simple as changing that. Unless there was a reason for using just LF. I couldn't find anything in the mailing list.