-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLogging.txt
More file actions
32 lines (32 loc) · 1.06 KB
/
Copy pathLogging.txt
File metadata and controls
32 lines (32 loc) · 1.06 KB
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
WARNING:root:Warnings
ERROR:root:Errors
CRITICAL:root:Critical Situation
WARNING:root:Warnings
ERROR:root:Errors
CRITICAL:root:Critical Situation
WARNING:root:Warnings
DEBUG:root:Debugging
ERROR:root:Errors
INFO:root:Information
CRITICAL:root:Critical Situation
WARNING:root:Warnings
ERROR:root:Errors
INFO:root:Information
CRITICAL:root:Critical Situation
WARNING:root:Warnings
ERROR:root:Errors
CRITICAL:root:Critical Situation
ERROR:root:Errors
CRITICAL:root:Critical Situation
ERROR:root:Errors
CRITICAL:root:Critical Situation
ERROR:root:invalid literal for int() with base 10: 'ten'
Traceback (most recent call last):
File "E:\GitRepo\Advanced_Python\ExceptionLogging.py", line 7, in <module>
b=int(input("Enter value of another number"))
ValueError: invalid literal for int() with base 10: 'ten'
ERROR:root:invalid literal for int() with base 10: 'ten'
Traceback (most recent call last):
File "E:\GitRepo\Advanced_Python\ExceptionLogging.py", line 7, in <module>
b=int(input("Enter value of another number"))
ValueError: invalid literal for int() with base 10: 'ten'