Crate flutter_logger

source ·

Re-exports§

Modules§

Macros§

  • 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§

Functions§

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