--- projects/cms/documentation/minutes/minutes-20001116.txt 2000/11/16 18:35:30 1.2 +++ projects/cms/documentation/minutes/minutes-20001116.txt 2000/11/17 16:22:39 1.3 @@ -11,10 +11,12 @@ configuration. Firstly the idea of verbosity of logging messages was finalised, and later implemented. The following levels are -currently supported my the write method of the logger, which +currently supported by the write method of the logger, which can be accessed as follows. Logger.write(String source, int verbosity, String message); + +The verbosity can be one of the following values, Logger.FATAL - (0) Fatal or Critical Errors Logger.ERROR - (1) All Errors