Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Minor: “Why ASL?” link switched to archive.org
Browse files Browse the repository at this point in the history
Peter Hosey's blog appears to be down as has been for a while; replaced the URL for his Why ASL? article(s) with archive.org's saved copy of the post.
  • Loading branch information
capnslipp committed Sep 23, 2014
1 parent 88887bf commit 449d45a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SOLogger
* supports logging from background threads using the recommended practice of an independent ASL client handle per thread.
* compatible with both ARC-enabled and manually managed projects.

Peter Hosey has written an excellent series of blog articles on ASL. [You should read them, starting here](http://boredzo.org/blog/archives/2008-01-20/why-asl, "Why ASL?"). These articles inspired me to put together SOLogger. Or look at the [man page](http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man3/asl.3.html).
Peter Hosey has written an excellent series of blog articles on ASL. [You should read them, starting here](https://web.archive.org/web/20130512060103/http://boredzo.org/blog/archives/2008-01-20/why-asl, "Why ASL?"). These articles inspired me to put together SOLogger. Or look at the [man page](http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man3/asl.3.html).

## Features

Expand Down Expand Up @@ -275,4 +275,4 @@ Requires clang compiler. ARC-compatible.

Use it, hack it, share it, but give me some love.

<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.

0 comments on commit 449d45a

Please sign in to comment.