LONG_FMT rework
This commit is contained in:
parent
21bac82e0c
commit
e2392c9f28
@ -49,10 +49,8 @@ __INTERPRETER__ = (3, )
|
||||
|
||||
SHORT_FMT = "%(asctime)s: %(name)s - %(levelname)s - %(message)s"
|
||||
""" A short formatter including the most important information"""
|
||||
LONG_FMT = """~~~~(%(levelname)-10s)~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
File "%(pathname)s", line %(lineno)d, in %(funcName)s
|
||||
%(asctime)s: %(name)s- %(message)s
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"""
|
||||
LONG_FMT = SHORT_FMT + \
|
||||
"\n File \"%(pathname)s\", line %(lineno)d, in %(funcName)s"
|
||||
""" A long formatter which results in links to the source code inside Eclipse"""
|
||||
MAX_FMT = """
|
||||
%(name)s
|
||||
|
Loading…
x
Reference in New Issue
Block a user