Minor FMT adaptions
This commit is contained in:
parent
b53dd30eae
commit
7003c13ef8
@ -47,10 +47,9 @@ For more Information read the sphinx documentation.""" % __name__.replace('_', '
|
|||||||
__INTERPRETER__ = (3, )
|
__INTERPRETER__ = (3, )
|
||||||
"""The Tested Interpreter-Versions"""
|
"""The Tested Interpreter-Versions"""
|
||||||
|
|
||||||
SHORT_FMT = "%(asctime)s: %(name)s - %(levelname)s - %(message)s"
|
SHORT_FMT = "%(asctime)s: %(levelname)8s - %(name)s - %(message)s"
|
||||||
""" A short formatter including the most important information"""
|
""" A short formatter including the most important information"""
|
||||||
LONG_FMT = SHORT_FMT + \
|
LONG_FMT = SHORT_FMT + "\n File \"%(pathname)s\", line %(lineno)d, in %(funcName)s"
|
||||||
"\n File \"%(pathname)s\", line %(lineno)d, in %(funcName)s"
|
|
||||||
""" A long formatter which results in links to the source code inside Eclipse"""
|
""" A long formatter which results in links to the source code inside Eclipse"""
|
||||||
MAX_FMT = """
|
MAX_FMT = """
|
||||||
%(name)s
|
%(name)s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user