This implements an Objective-C interface to the Apple System Logger C API. ASLogger — An interface to a specific logger client connection. Also defines a default logger. Use this class and its associated macros to send messages to the logger, and to set its attributes. ASLMessage — A wrapper for a particular message. For plain messages, you’ll likely never need this class, but if you want to use t

