class documentation

class SphinxLoggerAdapter(logging.LoggerAdapter): (source)

View In Hierarchy

LoggerAdapter allowing ``type`` and ``subtype`` keywords.

Method handle Undocumented
Method log Undocumented
Method process Undocumented
Method verbose Undocumented
Constant KEYWORDS Undocumented
def handle(self, record): (source)

Undocumented

Parameters
record:logging.LogRecordUndocumented
def log(self, level, msg, *args, **kwargs): (source)

Undocumented

Parameters
level:int|strUndocumented
msg:strUndocumented
*args:AnyUndocumented
**kwargs:AnyUndocumented
def process(self, msg, kwargs): (source)

Undocumented

Parameters
msg:strUndocumented
kwargs:dictUndocumented
Returns
tuple[str, dict]Undocumented
def verbose(self, msg, *args, **kwargs): (source)

Undocumented

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

Undocumented

Value
['type', 'subtype', 'location', 'nonl', 'color', 'once']