python 在os x或mac os上使用python中的syslog - 来自https://stackoverflow.com/questions/30125412/how-can-i-log

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 在os x或mac os上使用python中的syslog - 来自https://stackoverflow.com/questions/30125412/how-can-i-log相关的知识,希望对你有一定的参考价值。

h = logging.handlers.SysLogHandler(address='/var/run/syslog', facility=syslog.LOG_LOCAL1)
h = logging.handlers.SysLogHandler(address='/var/run/syslog', facility='local1')

以上是关于python 在os x或mac os上使用python中的syslog - 来自https://stackoverflow.com/questions/30125412/how-can-i-log的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Mac OS X *和* Debian (7) 上使用 SysLogHandler 或 syslog 从 Python 登录到 syslog

如何在 Mac OS X 上更改 Tkinter 按钮的前景色或背景色?

在 Mac OS X 上的 python 2.7 和 python 3.5 之间切换

需要帮助在 mac os x 上安装 python 包 autopy - libpng 和 png.h 的困难

在 OS X 上使用 python 的 CoreLocation

在 Mac OS X 上使用 Python 生成一个新的非阻塞进程