logs icon indicating copy to clipboard operation
logs copied to clipboard

A lightweight logging framework for Flutter

Results 11 logs issues
Sort by recently updated
recently updated
newest added

Hey there! I've found this package from https://flutter.github.io/devtools/logging.html for logging http calls. I am wondering about the status of this package. Is it still the recommended way to log http...

docs for 1.0: - [ ] README - [ ] API docs - [ ] levels in general - [ ] how to log an error in particular https://github.com/pq/logs/issues/12#issuecomment-431887937

Follow-up from https://github.com/pq/logs/pull/16#issuecomment-425499797, minimally we should add: * a `toEncodable` callback (#10) * `logError` and * support for `data` objects @devoncarew: would 2 calls be sufficient?: ```dart void log(MessageCallback messageCallback,...

enhancement
api

Currently there are a number of places we'll potentially spam stdout w/ "TODO" messages. AIs: - [ ] identify calls we want to log - [ ] implement them -...

It would be great to avoid needing to explicitly initialize VM service hooks. That is, it would be nice to do away w/ the need to call: ```dart logManager.initServiceExtensions(); ```...

enhancement
api

Playing nice w/ web logging is important for folks w/ shared code. /cc @matthewtsmith @johnpryan

enhancement
api

The current plan is to support this by converting them to json, then logging them through the `String message` param in the `dart:developer` API. I'm not sure this will support...

api

Kind of a meta-issue but it's likely that some folks will prefer programmatic logging configuration (see for example, #22) so we should make sure that anything that can be done...

enhancement
api

Related to #21, @matthewtsmith and @johnpryan described a desire to log remotely. **Use case:** would like to redirect logging output to firebase to capture debugging data from devices in the...

enhancement