Problem/Motivation
We're modernizing PHP by removing procedural code. watchdog_exception
is an example of that. It provides a simple wrapper around \Drupal::logger()->log()
with a bit of exception decoding.
Proposed resolution
- Deprecate
watchdog_exception
- Replace uses of
watchdog_exception
with\Drupal::logger()