File size: 1,173 Bytes
c344c74 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
openfactcheck.lib.CustomStreamLoggingFormatter
==============================================
.. currentmodule:: openfactcheck.lib
.. autoclass:: CustomStreamLoggingFormatter
.. automethod:: __init__
.. rubric:: Methods
.. autosummary::
~CustomStreamLoggingFormatter.__init__
~CustomStreamLoggingFormatter.converter
~CustomStreamLoggingFormatter.format
~CustomStreamLoggingFormatter.formatException
~CustomStreamLoggingFormatter.formatMessage
~CustomStreamLoggingFormatter.formatStack
~CustomStreamLoggingFormatter.formatTime
~CustomStreamLoggingFormatter.usesTime
.. rubric:: Attributes
.. autosummary::
~CustomStreamLoggingFormatter.FORMATS
~CustomStreamLoggingFormatter.bold_red
~CustomStreamLoggingFormatter.default_msec_format
~CustomStreamLoggingFormatter.default_time_format
~CustomStreamLoggingFormatter.green
~CustomStreamLoggingFormatter.grey
~CustomStreamLoggingFormatter.log_format
~CustomStreamLoggingFormatter.red
~CustomStreamLoggingFormatter.reset
~CustomStreamLoggingFormatter.yellow
|