© Rami Vemula  2017
Rami VemulaReal-Time Web Application Development https://doi.org/10.1007/978-1-4842-3270-5_8

8. Logging and Exception Handling

Rami Vemula
(1)
Visakhapatnam, Andhra Pradesh, India
 
Logging and exception-handling frameworks are key players that account for the robustness and reliability in the design of an application. The logging framework ensures that all key information, messages, and errors are logged to the persistent medium. The exception-handling framework ensures that users are presented with standard but meaningful error messages in case of system failure or unhandled exceptions.
Generally, exception-handling and logging frameworks go hand in hand, with the former handling exceptions, and the latter logging exception ...

Get Real-Time Web Application Development : With ASP.NET Core, SignalR, Docker, and Azure now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.