|
CAEN MCA
0.99.10
SDK for Hexagon
|
By default, i.e. if no error occours when loading the CAEN libraries, the output is written in a file named CAENMCALog.txt, that is created in the current directory. In case of error, the file name could be different.
To change the default file, you may set the environmental variable
to force the output to a file of your choice. If you want the output to be printed in the standard output, use the special files of your system:
The log supports 5 levels:
OFF (intended to turn off logging)ERRORWARNINGINFODEBUGBy default, all the levels are printed. To change the default file, you may set the environmental variable
to set the level to M. A log request of level N in a logger with level set to N will be enabled if N <= M.
The log will consist of lines in the form
Wher the severity is EE for ERROR, WW for WARNING, and so on. For example, these should be the beginning of log with successful connection to a device.