Home
last modified time | relevance | path

Searched refs:logtype (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/async-hooks/
Dinit-hooks.js30 logtype = null property
36 this._logtype = logtype;
239 logtype field
249 logtype field
/third_party/python/Lib/logging/
Dhandlers.py1085 def __init__(self, appname, dllname=None, logtype="Application"): argument
1096 self.logtype = logtype
1097 self._welu.AddSourceToRegistry(appname, dllname, logtype)
/third_party/python/Lib/test/
Dtest_logging.py5521 logtype = 'Application'
5522 elh = win32evtlog.OpenEventLog(None, logtype)
5545 msg = win32evtlogutil.SafeFormatMessage(e, logtype)
/third_party/python/Doc/library/
Dlogging.handlers.rst768 .. class:: NTEventLogHandler(appname, dllname=None, logtype='Application')
780 *logtype* is one of ``'Application'``, ``'System'`` or ``'Security'``, and