Crate flutter_logger

source ·

Re-exports

Modules

Macros

  • Log debug information This accepts the same input as println!() or format!()
  • Log an error This accepts the same input as println!() or format!()
  • Log an info This accepts the same input as println!() or format!()
  • Log a warning This accepts the same input as println!() or format!()

Structs

Enums

Functions

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