src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Logging/LoggingVisitor.py

branch
eric7
changeset 10640
7806ae725731
parent 10439
21c28b0f9e41
child 10754
6faecb62f3a4
equal deleted inserted replaced
10639:757bfe32983f 10640:7806ae725731
8 """ 8 """
9 9
10 ####################################################################### 10 #######################################################################
11 ## LoggingVisitor 11 ## LoggingVisitor
12 ## 12 ##
13 ## adapted from: flake8-logging v1.4.0 13 ## adapted from: flake8-logging v1.5.0
14 ## 14 ##
15 ## Original: Copyright (c) 2023 Adam Johnson 15 ## Original: Copyright (c) 2023 Adam Johnson
16 ####################################################################### 16 #######################################################################
17 17
18 import ast 18 import ast
45 "filename", 45 "filename",
46 "funcName", 46 "funcName",
47 "levelname", 47 "levelname",
48 "levelno", 48 "levelno",
49 "lineno", 49 "lineno",
50 "message",
50 "module", 51 "module",
51 "msecs", 52 "msecs",
52 "msg", 53 "msg",
53 "name", 54 "name",
54 "pathname", 55 "pathname",

eric ide

mercurial