Crate flutter_logger

Source

Re-exports§

pub use logger::LogEntry;

Modules§

logger

Macros§

flutter_logger_init
calling the macro without args creates init function setup_log_stream with LeveFilter::Debug. You can also specify function name and LevelFilter (or only one). The macro can only be called once because of conflicting implementations

Structs§

FlutterLogger

Functions§

get_lbl
create a logger label from a src file path
init
initialize the Logger with a stream that sends LogEntries to dart/flutter