Skip to main content

register_output_plugin

Macro register_output_plugin 

Source
macro_rules! register_output_plugin {
    ($struct:ident, $($key:ident = $value:expr),* $(,)?) => { ... };
    ($struct:ident, $($key:ident),* $(,)?) => { ... };
    ($struct:ident) => { ... };
}
Available on crate feature output only.
Expand description

出力プラグインを登録するマクロ。

§Arguments

  • unwind: panic時にunwindするかどうか。デフォルトはtrue