avolutions-php / avolutions

AVOLUTIONS: Just another open source PHP framework
MIT License
4 stars 2 forks source link

Use PSR-3 Logger Interface #176

Open avolutions opened 2 years ago

avolutions commented 2 years ago

Description Replace/refactor the existing Logger implementation to match PSR-3 Logger Interface definition. This allows users to use their own Logger implementation/library when working with AVOLUTIONS framework.

avolutions commented 2 years ago

feature-176-psr-logger-interface