Skip to content

Debology.Debby.Modules.Report Namespace

Interfaces
IDebbyReportAdapterAn interface for Debby report adapters. This defines how to send a report and add attachments to it. If you want to create a custom report adapter (e.g., you want to send reports to an internal service), you can implement this interface and pass it to Debby by calling SetCustomReportAdapter(IDebbyReportAdapter) in the Initialize(Action<DebbySettings>) callback.
IReportModuleThe API for interacting with the Report module. This can be accessed via Report.