Enum LogSink Config

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 LogSinkConfig {
    File(FileLogSinkConfig),
}

Additional operational log sink beyond always-on stderr.

Variants

File(FileLogSinkConfig)

File(FileLogSinkConfig)

Append-only file sink with an async delivery queue.

Trait Implementations

impl Clone for LogSinkConfig

impl Clone for LogSinkConfig

clone

fn clone(&self) -> LogSinkConfig

clone_from

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

impl Debug for LogSinkConfig

impl Debug for LogSinkConfig

fmt

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

impl PartialEq for LogSinkConfig

impl PartialEq for LogSinkConfig

eq

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

ne

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

impl Eq for LogSinkConfig

impl Eq for LogSinkConfig

impl StructuralPartialEq for LogSinkConfig

impl StructuralPartialEq for LogSinkConfig