fp_logger 2.0.0
fp_logger: ^2.0.0 copied to clipboard
A simple logger for flutter and dart projects. It supports logging to console with formatted messages and stacktrace.
2.0.0 #
BREAKING CHANGE:
- removed
DioLoggerOptions
class and all properties are now available directly inDioLogger
andGraphQLDioLogger
classes - disable logging in release mode by default
- improved logging output
1.0.10 #
1.0.9 #
1.0.8 #
- improved dio and graphql logger
1.0.7 #
1.0.6 #
1.0.5 #
- improved logging output
- added
GraphQLDioLogger
1.0.4 #
- add support for web
1.0.3 #
- improved logging output
1.0.2 #
- improved logging output
- updated dependencies
1.0.1 #
1.0.0 #
- initial release.