# | Line 11 | Line 11 | configuration. | |
---|---|---|
11 | ||
12 | Firstly the idea of verbosity of logging messages was | |
13 | finalised, and later implemented. The following levels are | |
14 | < | currently supported my the write method of the logger, which |
14 | > | currently supported by the write method of the logger, which |
15 | can be accessed as follows. | |
16 | ||
17 | Logger.write(String source, int verbosity, String message); | |
18 | + | |
19 | + | The verbosity can be one of the following values, |
20 | ||
21 | Logger.FATAL - (0) Fatal or Critical Errors | |
22 | Logger.ERROR - (1) All Errors |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |