1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-04 20:27:31 +02:00

Remove manual install

This commit is contained in:
Jordi Boggiano
2018-11-06 10:31:08 +01:00
committed by GitHub
parent 1923c84d1b
commit cd203a6f11

View File

@@ -17,10 +17,6 @@ and as such installable via [Composer](http://getcomposer.org/).
composer require monolog/monolog
```
If you do not use Composer, you can grab the code from GitHub, and use any
PSR-0 compatible autoloader (e.g. the [Symfony ClassLoader component](https://github.com/symfony/ClassLoader))
to load Monolog classes.
## Core Concepts
Every `Logger` instance has a channel (name) and a stack of handlers. Whenever