Skip to content

Commit

Permalink
Added features section
Browse files Browse the repository at this point in the history
  • Loading branch information
garraflavatra committed May 7, 2023
1 parent 59b0b9a commit 2474b7a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Robust logging library for every application.

## Features

- [x] Simple yet reliable logging.
- [x] Supports every type of output you like.
- [x] You can [write your own logger implementation](#abstract-class-socarratlogginglogger) if you need something custom.
- [x] Multiple output streams.
- [x] [Static methods](#static-public-function-logloglevel-level-string-message): call the logger from whichever part of your application without needing to have a reference to some logging object!

## Examples

```php
Expand Down

0 comments on commit 2474b7a

Please sign in to comment.