class documentation

class SphinxLoggerAdapter(logging.LoggerAdapter):

View In Hierarchy

LoggerAdapter allowing type and subtype keywords.
Method log Undocumented
Method verbose Undocumented
Constant KEYWORDS Undocumented
Method handle Undocumented
Method process Undocumented
def log(self, level, msg, *args, **kwargs):

Undocumented

Parameters
level:Union[int, str]Undocumented
msg:strUndocumented
*args:AnyUndocumented
**kwargs:AnyUndocumented
def verbose(self, msg, *args, **kwargs):

Undocumented

Parameters
msg:strUndocumented
*args:AnyUndocumented
**kwargs:AnyUndocumented
KEYWORDS: list[str] =

Undocumented

Value
['type', 'subtype', 'location', 'nonl', 'color', 'once']
def handle(self, record):

Undocumented

Parameters
record:logging.LogRecordUndocumented
def process(self, msg, kwargs):

Undocumented

Parameters
msg:strUndocumented
kwargs:DictUndocumented
Returns
Tuple[str, Dict]Undocumented