Concept
Exception Logging library is reponsible for saving all exceptions, which have been thrown by the application.
The main purpose is to save all unhandled exceptions into one dataset from all application instances. The dataset can be studied to improve stability of the application.
Things to consider while library development
Dataset
- Location
- Format
- Concurrency
- Input Data Format
- Quick Save / Append Mechanism
Dataset Input Format
- Exceptions Converter
- Exceptions / Session Identification
Concept
Exception Logging library is reponsible for saving all exceptions, which have been thrown by the application.
The main purpose is to save all unhandled exceptions into one dataset from all application instances. The dataset can be studied to improve stability of the application.
Things to consider while library development
Dataset
Dataset Input Format