1 repository
The process of capturing and transforming logs from plugin processes into formats usable by the host.
Distinct from Logging Destination Plugins: Focuses on the transport and parsing of logs from a process to a host, whereas Logging Destination Plugins define the output interfaces.
Explore 1 awesome GitHub repository matching software engineering & architecture · Log Routing. Refine with filters or upvote what's useful.
go-plugin is a framework for implementing plugin architectures where extensions run as separate processes and communicate via a Go RPC plugin system. It functions as an inter-process communication library and lifecycle manager that allows host applications to discover, launch, and monitor external binary plugins. The framework enables cross-language plugin systems, allowing plugins written in different languages to integrate with a host through standardized RPC protocols. It features a bidirectional RPC bridge that allows both the host and the plugin to exchange interface implementations for
Captures structured log entries from plugin processes and parses them for the host application.