ASL -- Apple System Log facility
=================================

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.

The library supports Python 2.7 and 3.2
or later. The library itself should also work
with Python 2.6 and 3.0, the command-line interface
("python3 -m asl") uses features introduced in
Python 2.7 and 3.2.


Contents:

.. toctree::
   :maxdepth: 2

   api
   examples
   script
   changelog

Online Resources
----------------

* `Sourcecode repository on bitbucket <https://bitbucket.org/ronaldoussoren/asl/>`_

* `The issue tracker <https://bitbucket.org/ronaldoussoren/asl/issues>`_


Indices and tables
------------------

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

