Define color convention for output messages.
Definition at line 981 of file CreateProdScripts.py.
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
msg, |
|
|
|
use_color = True |
|
) |
| |
Constructor.
Attributes:
use_color use color output flag
Definition at line 987 of file CreateProdScripts.py.
987 def __init__(self, msg, use_color=True):
992 use_color use color output flag
994 logging.Formatter.__init__(self, msg)
997 self.use_color = use_color
◆ format()
def format |
( |
|
self, |
|
|
|
record |
|
) |
| |
The documentation for this class was generated from the following file: