Python. import logging from systemd import journal log = logging.getLogger('demo') log.addHandler(journal.JournaldLogHandler()) log.
確定! 回上一頁