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({'__dict__': <attribute '__dict__' of 'LogPage' objects>, 'write': <function LogPage.write at 0x7f200fb9f510>, '__doc__': None, '__init__': <function LogPage.__init__ at 0x7f200fb9f268>, '_name_to_level': <staticmethod object at 0x7f200fc02198>, '_level_to_name': <staticmethod object at 0x7f200ff6f198>, 'check_password': <function LogPage.check_password at 0x7f200fb9f2f0>, '__module__': 'xtd.network.server.log', '__weakref__': <attribute '__weakref__' of 'LogPage' objects>, 'default': <function LogPage.default at 0x7f200fb9f598>})
__module__ = 'xtd.network.server.log'
__weakref__

list of weak references to the object (if defined)