Skip to main content

Module logs

Module logs 

Source
Expand description

Log entry formatting and display.

This module provides generic types for converting log entries into formatted tables.

Re-exports§

pub use query::LogEntryData;
pub use query::LogQuery;
pub use table::CellValue;
pub use table::ColumnInfo;
pub use table::Table;
pub use table::entry_data_to_table;

Modules§

query
Log querying from indexed journal files.
table