Skip to main content

register

Function register 

Source
pub fn register(format: &'static dyn LogFormat)
Expand description

Register a custom log format plugin.

Call this before any parsing operations to add custom formats. Built-in formats are registered automatically on first use.