Class: LogLabels
Overview
Label + decorator options for logging
Constant Summary collapse
- NONE =
Override logic and settings with no label and no decoration
0- AUTO =
Default labeling and decorators
1- NOTICE =
decorator + ‘NOTICE:’
2- WARNING =
decorator + ‘WARNING:’
3- ERROR =
decorator + ‘ERROR:’
4- EXCEPTION =
decorator + ‘EXCEPTION:’
5- CONSTRUCT =
decorator only
6- RUN =
decorator only
7- CRASH =
decorator only
8- PASS =
decorator only
9- FAIL =
decorator only
10- TITLE =
decorator only
11