mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Added logging port constants to logging.handlers stub (#2617)
Closes #2616
This commit is contained in:
committed by
Sebastian Rittau
parent
36671663cc
commit
f9f4e50004
@@ -19,6 +19,12 @@ if sys.version_info >= (3, 6):
|
||||
else:
|
||||
_Path = str
|
||||
|
||||
DEFAULT_TCP_LOGGING_PORT: int
|
||||
DEFAULT_UDP_LOGGING_PORT: int
|
||||
DEFAULT_HTTP_LOGGING_PORT: int
|
||||
DEFAULT_SOAP_LOGGING_PORT: int
|
||||
SYSLOG_UDP_PORT: int
|
||||
SYSLOG_TCP_PORT: int
|
||||
|
||||
class WatchedFileHandler(Handler):
|
||||
@overload
|
||||
|
||||
Reference in New Issue
Block a user