Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jbroadway committed Jan 8, 2012
1 parent 3c904f9 commit c550c40
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -12,8 +12,8 @@ By default, this class will write to a file named `sys_get_temp_dir() . '/analog
using the format `"machine - date - level - message\n"`, making it usable with no using the format `"machine - date - level - message\n"`, making it usable with no
customization necessary. customization necessary.


You'll find a number of pre-written handlers in the Analog/Handlers folder, with Analog also comes with a dozen pre-written handlers in the Analog/Handlers folder,
examples for each in the examples folder. These include: with examples for each in the examples folder. These include:


* Buffer - Buffer messages to send all at once (works with Mail handler) * Buffer - Buffer messages to send all at once (works with Mail handler)
* File - Append messages to a file * File - Append messages to a file
Expand All @@ -28,6 +28,9 @@ examples for each in the examples folder. These include:
* Syslog - Send messages to syslog * Syslog - Send messages to syslog
* Variable - Buffer messages to a variable reference. * Variable - Buffer messages to a variable reference.


So while it's a micro class (the core is 43 lines of code, plus the handler of your choice),
it's highly extensible and very capable out of the box too.

### Rationale ### Rationale


I wrote this because I wanted something very small and simple like I wrote this because I wanted something very small and simple like
Expand Down

0 comments on commit c550c40

Please sign in to comment.