https://github.com/ronaldoussoren/asl
Python bindings to the ASL (Apple System Logging) library on Mac OS X
https://github.com/ronaldoussoren/asl
logging-library macos python3
Last synced: about 1 year ago
JSON representation
Python bindings to the ASL (Apple System Logging) library on Mac OS X
- Host: GitHub
- URL: https://github.com/ronaldoussoren/asl
- Owner: ronaldoussoren
- Created: 2020-01-14T12:32:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T19:27:48.000Z (over 6 years ago)
- Last Synced: 2025-03-24T04:23:06.385Z (over 1 year ago)
- Topics: logging-library, macos, python3
- Language: Python
- Size: 109 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Introduction
============
This package implements bindings to the ASL
library on Mac OS X 10.4 or later. The ASL
library is a low-level logging library, meant
as a replacement for the syslog API.
See the documentation (in doc/) for more
information.