shreyas-girjapure / apex-logging

Reusable and Minimal Logging Framework Using Platform Events.
1 stars 2 forks source link

Project Overview #1

Closed shreyas-girjapure closed 2 years ago

shreyas-girjapure commented 2 years ago

This project intends to provide minimal and easy to implement logging framework. This will help maintaining healthy logs and provide framework for keeping best logging practices in check.

Below are major features :

  1. Logging without execution boundaries [Using platform events].
  2. Ease of logging.
  3. Ease of monitoring.
  4. Best practice adherence.

Future scope :

  1. Log archive in bigObjects
  2. Audit and reporting utility for logs and exceptions.
  3. Streamlined logs for Batches , LWC and automations.