Dumping the standard output and error in log files

By default the standard output (what is printed by G4cout or std::cout) is saved in a file called gamos.log, while the standard error (what is printer by G4cerr or std::cerr) is saved in a file called gamos_error.log.

The user may change the name of the output file with the command:

/gamos/log/setCoutFile FILE_NAME

and the name of the error file can be changed with the command:

/gamos/log/setCerrFile FILE_NAME

To avoid filling any log file the following user command must be used:

/gamos/log/writeFiles FALSE