diff --git a/Development_API.md b/Development_API.md index 15417ae..1def263 100644 --- a/Development_API.md +++ b/Development_API.md @@ -2,6 +2,7 @@ Apprise is very easy to use as a developer. The **Apprise()** object handles everything for you, meanwhile the **AppriseAsset()** Object allows you to stray away from some default configuration to personalize the users experience (and perhaps fit your application better): * **[[The Apprise Object|Development_API#the-apprise-object]]** * **[[The Apprise Asset Object|Development_API#the-apprise-asset-object]]** +* **[[The LogCapture Object|Development_LogCapture]]** Some additional functionality is available via the **[[The Apprise Notification Object|Development_API#the-apprise-notification-object]]** for those who want to manage the notifications themselves.