firebase_logger

Last updated:

0 purchases

firebase_logger Image
firebase_logger Images
Add to Cart

Description:

firebase logger

An simple extension for logger that logs to Firebase Crashlytics
Usage #
final logger = Logger(
output: MultiOutput(
[
if (!kDebugMode && crashlyticsSupported()) FirebaseOutput(),
// other outputs
]
)
);
copied to clipboard
By default, it will send all Level.error, Level.warning, and Level.debug
logs to Firebase. This can be customized via the levels parameter.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.