xtd.network.server.log module

class xtd.network.server.log.LogPage(p_credentials=None)[source]

Bases: object

__init__(p_credentials=None)[source]
check_password(p_realm, p_username, p_password)[source]
write(*p_args, **p_kwds)[source]
default(*p_args, **p_kwds)[source]
__dict__ = mappingproxy({'__weakref__': <attribute '__weakref__' of 'LogPage' objects>, '__init__': <function LogPage.__init__ at 0x7f0b91bd1c80>, '_level_to_name': <staticmethod object at 0x7f0b920527b8>, 'default': <function LogPage.default at 0x7f0b91bcb048>, 'check_password': <function LogPage.check_password at 0x7f0b91bd1d08>, '__dict__': <attribute '__dict__' of 'LogPage' objects>, '__module__': 'xtd.network.server.log', '__doc__': None, '_name_to_level': <staticmethod object at 0x7f0b920526d8>, 'write': <function LogPage.write at 0x7f0b91bd1f28>})
__module__ = 'xtd.network.server.log'
__weakref__

list of weak references to the object (if defined)