int set_signal_level(char *lvl)
print(OPEN_LOGFILE, "mylogfile.txt");
Returns ERROR if the string is not recognized, OK on success.
set_signal_level("std");
Choose one of the following (not case sensitive):
All: "DEBUG","DBG",
A lot: "INFO","CHAT",
Normal: "0","STD", "NORMAL", "DEFAULT",
Only serious things: "SILENT", "QUIET","WARNINGS", "WARNING",
Only errors: "SHUTUP", "ERROR", "ERRORS"
1.0 29/10-96 Ulrik Kjems