AmendHub

Download

ftech

/

Logger

/

test.log

 

(View History)

Francois Techene   Updated tests to show some ASCII art. Latest amendment: 3 on 2025-04-08

1
2
3
4
5 ____________________
6
7 | __________________ |
8
9 | | | |
10
11 | | | |
12
13 | | | | | | |
14
15 | | _| | |
16
17 | | | |
18
19 | | -___- | |
20
21 | |_________________| |
22
23 | |
24
25 | |
26
27 | == ======= |
28
29 | |
30
31 |_____________________|
32
33 |___________________|
34
35 _
36
37 / / ___ __ _ __ _ ___ _ __
38
39 / / / _ \ / _` |/ _` |/ _ \ '__|
40
41 / /__| (_) | (_| | (_| | __/ |
42
43 \____/\___/ \__, |\__, |\___|_|
44
45 |___/ |___/
46
47
48
49
50
51
52 #### Testing NONE_LEVEL: Must not show any log:
53
54
55
56 #### Testing ERROR_LEVEL:
57
58 ERROR: This error log should be visible
59
60
61
62 #### Testing WARNING_LEVEL:
63
64 WARNING: This warning log should be visible
65
66 ERROR: This error log should be visible
67
68
69
70 #### Testing INFO_LEVEL:
71
72 INFO: This info log should be visible
73
74 WARNING: This warning log should be visible
75
76 ERROR: This error log should be visible
77
78
79
80 #### Testing DEBUG_LEVEL:
81
82 DEBUG: This is a debug message with number 1
83
84 INFO: This is an info message with number 2
85
86 WARNING: This is a warning with number 3
87
88 ERROR: This is an error with number 4