think() is for messages in verbose modes, if app wants to be verbose it should not look like the messages don't matter. warn() is for warnings: either you should totally know about them or they should not be warnings. Same holds for mkusage() which basically means the app died because it could not understand what you wanted it to do.
|
||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
|
|
21 |
|
|
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
|
|
25 |
|
|
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
|
|
29 |
|
|
30 | 30 |
|