Skip to content

Commit

Permalink
Fixed Slack plugin URLs in README.md (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgerow authored Jun 16, 2022
1 parent dbbe32c commit 70102bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -695,14 +695,14 @@ Note: the logger plugin framework is not available in the managed package due to

### Beta Plugin: Slack Integration

The optional [Slack plugin](./nebula-logger-plugins/Slack/) leverages the Nebula Logger plugin framework to automatically send Slack notifications for logs that meet a certain (configurable) logging level. The plugin also serves as a functioning example of how to build your own plugin for Nebula Logger, such as how to:
The optional [Slack plugin](./nebula-logger/plugins/slack) leverages the Nebula Logger plugin framework to automatically send Slack notifications for logs that meet a certain (configurable) logging level. The plugin also serves as a functioning example of how to build your own plugin for Nebula Logger, such as how to:

- Use Apex to apply custom logic to `Log__c` and `LogEntry__c` records
- Add custom fields and list views to Logger's objects
- Extend permission sets to include field-level security for your custom fields
- Leverage the new `LoggerParameter__mdt` CMDT object to store configuration for your plugin

Check out the [Slack plugin](./nebula-logger-plugins/slack/) for more details on how to install & customize the plugin
Check out the [Slack plugin](./nebula-logger/plugins/slack) for more details on how to install & customize the plugin

![Slack plugin: notification](./nebula-logger/plugins/slack/.images/slack-plugin-notification.png)

Expand Down

0 comments on commit 70102bd

Please sign in to comment.