File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,15 @@ automatically extracted. Let's examine the user-defined data first:
60
60
user-defined levels are also possible.
61
61
Each is distinct in purpose:
62
62
- ` Debug ` is information intended for the developer of the program.
63
- These events are disabled by default.
63
+ These events are disabled by default.
64
64
- ` Info ` is for general information to the user.
65
- Think of it as an alternative to using ` println ` directly.
65
+ Think of it as an alternative to using ` println ` directly.
66
66
- ` Warn ` means something is wrong and action is likely required
67
- but that for now the program is still working.
67
+ but that for now the program is still working.
68
68
- ` Error ` means something is wrong and it is unlikely to be recovered,
69
- at least by this part of the code.
70
- Often this log-level is unneeded as throwing an exception can convey
71
- all the required information.
69
+ at least by this part of the code.
70
+ Often this log-level is unneeded as throwing an exception can convey
71
+ all the required information.
72
72
73
73
* The * message* is an object describing the event. By convention
74
74
` AbstractString ` s passed as messages are assumed to be in markdown format.
You can’t perform that action at this time.
0 commit comments