audit.carp Plugin
Safe, optional error handling for JSTag plugins
audit.carp plugin
audit.carp pluginComplain when things go wrong. These messages will be ignored by default, but can be listened to explicitly as a debugging aid.
| Audit Carp |
|---|
namespace audit.carp |
| debugging utility |
| always on |
Configuration
audit: {
carp: undefined
}audit.carp
audit.carp- Type
AuditCallback - Optional
- Defaults to
undefined
A function which will be be conveniently bound to the wildcard pattern "*.carp". This callback will receive all the carp messages from all plugins.
Mechanism
This plugin works by subscribing to the *.carp topic.
Updated 13 days ago
