If I call a function using parSapply then print, message or cat statements inside that function don\'t seem to output to
parSapply
print
message
cat
I am using makeCluster with outfile on Windows with doParallel package version 1.0.8. I'm able to tail outfile using a simple Powershell command powershell Get-Content c:/path/to/log/mylog.txt -wait. Works for me.
makeCluster
outfile
powershell Get-Content c:/path/to/log/mylog.txt -wait