[][src]Trait jaslog::line_formats::FormatLogLine

pub trait FormatLogLine {
    fn format(&self) -> ColoredString;
}

Required methods

fn format(&self) -> ColoredString

Loading content...

Implementors

impl FormatLogLine for ElixirLogLine[src]

impl FormatLogLine for LogstashJavaLogLine[src]

Loading content...