Convert .blg files to .csv files

I once needed to take perfmon data and export to a format to be used by Excel for further analysis.  The relog.exe command line utility can be used to do this:

relog.exe -f csv <inputfile>.blg -o <outputFile>.csv