Skip to content
  • Matthieu Napoli's avatar
    5c266951
    #6622 Logger refactoring: Separated error and exception handling from logging · 5c266951
    Matthieu Napoli a rédigé
    - the error handler logs warnings and notices, and turns errors into exceptions (`ErrorException`)
    - the exception handler catches all uncatched exceptions and display them to the user (HTML or CLI)
    - the "screen" logging backend has been removed
    - I've normalized exceptions/errors shown to the user in HTML (wether they are catched by the FrontController or not)
    5c266951
    #6622 Logger refactoring: Separated error and exception handling from logging
    Matthieu Napoli a rédigé
    - the error handler logs warnings and notices, and turns errors into exceptions (`ErrorException`)
    - the exception handler catches all uncatched exceptions and display them to the user (HTML or CLI)
    - the "screen" logging backend has been removed
    - I've normalized exceptions/errors shown to the user in HTML (wether they are catched by the FrontController or not)
Chargement en cours