makcakaya / loggy

Platform-Event-based Apex logger for unified logging over transaction boundaries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loggy

Logging framework based on Salesfore Platform Events to overcome the limitations of System.debug logging.

Forked from Apex Unified Logging

Features:

  • Provides unified view of logs over transaction boundaries (a.k.a. execution contexts)
  • Groups Logs of the same Batch
  • Autodetection of Code Location
  • Easily extendible to report exceptions and Governor Limit state

Screenshots:

Log using the static methods of Log class

developer_console

Logs are persisted so you can query them using SOQL and find only the logs you are looking for by providing filters such as class, method, line number, level, date time etc.

developer_console

References

About

Platform-Event-based Apex logger for unified logging over transaction boundaries

License:MIT License


Languages

Language:Apex 100.0%