Basic Python logging preset (#140)

pull/141/head
Krishna 2018-10-11 10:57:40 +01:00 committed by Maciej Winnicki
parent 7e7f8e59e8
commit 6e758d8e34
1 changed files with 12 additions and 0 deletions

12
preset/python.json Normal file
View File

@ -0,0 +1,12 @@
{
"words": {
"TODO": "color: purple"
},
"lines": {
"CRITICAL": "color: Red; font-weight: bold",
"ERROR": "color: Crimson; font-weight: bold",
"WARN": "color: Orange; font-style: italic",
"INFO": "color: DeepSkyBlue;",
"DEBUG": "color: LightGrey;"
}
}