Build a Plugin
A placeholder page carried over from the upstream Nebula Logger wiki, which has not yet published dedicated "Build a Plugin" content.
This page mirrors the Build-a-Plugin entry in the upstream Nebula Logger wiki. As of this writing, that source page is an unwritten stub (its entire contents are the placeholder text “TODO”), so there is no additional technical detail to adapt here yet.
Where to go instead
If you’re looking for the actual mechanics of building an Apex or Flow plugin for Nebula Logger, that material currently lives on the wiki’s Plugin Framework page, which this demo site has already adapted.
Plugin Framework guide
Covers the supported trigger objects (LogEntryEvent__e, Log__c, LogEntry__c, LogEntryTag__c, LoggerTag__c, LoggerScenario__c), the LoggerPlugin.Triggerable Apex interface, Flow input/output parameters, and the LoggerSObjectHandlerPlugin__mdt / LoggerSObjectHandlerPluginParameter__mdt configuration metadata.
Upstream source
The original, unwritten Build-a-Plugin page on GitHub — check there for the latest status in case the maintainers have since filled it in.
Adapted from the Nebula Logger wiki, © Jonathan Gillespie and contributors, MIT License.