Open at15 opened 8 years ago
Though I don't like current logging libraries .... no time for creating new wheels
All libraries implemented psr-3 https://packagist.org/providers/psr/log-implementation
Ideally the logging library should
An adapter is required to use Monolog in slim https://github.com/Flynsarmy/Slim-Monolog it's very short so I will write a similar one instead of use this package.
it seems the adapter is not needed, see http://www.slimframework.com/docs/tutorial/first-app.html#use-monolog-in-your-application
Though I don't like current logging libraries .... no time for creating new wheels
All libraries implemented psr-3 https://packagist.org/providers/psr/log-implementation
Ideally the logging library should
An adapter is required to use Monolog in slim https://github.com/Flynsarmy/Slim-Monolog it's very short so I will write a similar one instead of use this package.