I used Putty to SSH to the ESXi and went to "/vmfs/volumes/<datastore>/<VM>/vmware.log" and simply used vi edditor to display it.
#cd /vmfs/volumes/<datastore>/VM/vmware.log
where datastore is the name of the datastore you have and VM is the name of the folder where your VM resides
List the folder content to make sure that you have vmware.log
#ls -la
Edit vmware.log
#vi vmware.log
copy/paste parts you want
As you can see I used harder way to get that log file. More simpler way would be by using vSphere client to browse your datastore and to download log file from that folder.