Searched refs:logtype (Results 1 – 4 of 4) sorted by relevance
/third_party/node/test/async-hooks/ |
D | init-hooks.js | 30 logtype = null property 36 this._logtype = logtype; 239 logtype field 249 logtype field
|
/third_party/python/Lib/logging/ |
D | handlers.py | 1085 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/ |
D | test_logging.py | 5521 logtype = 'Application' 5522 elh = win32evtlog.OpenEventLog(None, logtype) 5545 msg = win32evtlogutil.SafeFormatMessage(e, logtype)
|
/third_party/python/Doc/library/ |
D | logging.handlers.rst | 768 .. class:: NTEventLogHandler(appname, dllname=None, logtype='Application') 780 *logtype* is one of ``'Application'``, ``'System'`` or ``'Security'``, and
|