Enum Plugin LogLevel

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.

pub enum PluginLogLevel {
Error,
Warn,
Info,
Debug,
Trace,
}

Process-log severity for records emitted through the Relay host.

Variants

Error

Error

An error prevented the plugin from completing expected work.

Warn

Warn

The plugin encountered a recoverable condition.

Info

Info

Normal plugin lifecycle information.

Debug

Debug

Diagnostic information useful while debugging a plugin.

Trace

Trace

Fine-grained diagnostic information.

Trait Implementations

impl Clone for PluginLogLevel

impl Clone for PluginLogLevel

clone

fn clone(&self) -> PluginLogLevel

clone_from

fn clone_from(&mut self, source: &Self)

impl Debug for PluginLogLevel

impl Debug for PluginLogLevel

fmt

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl PartialEq for PluginLogLevel

impl PartialEq for PluginLogLevel

eq

fn eq(&self, other: &PluginLogLevel) -> bool

ne

fn ne(&self, other: &Rhs) -> bool

impl Copy for PluginLogLevel

impl Copy for PluginLogLevel

impl Eq for PluginLogLevel

impl Eq for PluginLogLevel

impl StructuralPartialEq for PluginLogLevel

impl StructuralPartialEq for PluginLogLevel