Add SysLogHandler.address attribute (#6037)

This commit is contained in:
SupImDos
2021-09-14 19:58:02 +08:00
committed by GitHub
parent a1ca55037a
commit e4c2c0f302
2 changed files with 2 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ class SysLogHandler(Handler):
LOG_LOCAL5: int
LOG_LOCAL6: int
LOG_LOCAL7: int
address: Tuple[str, int] | str # undocumented
unixsocket: bool # undocumented
socktype: SocketKind # undocumented
facility: int # undocumented