Logging for Symfony projects
Rule: PSR-3 defines the PSR\Log\LoggerInterface
, a standard for logging libraries.
Rationale: All Symfony apps should use the same approach for logging
Rule: PSR-3 must be implemented via Monolog
Rationale: Monolog is easy to install and use