rotation_log

Creator: coderz1093

Last updated:

0 purchases

rotation_log Image
rotation_log Images
Add to Cart

Description:

rotation log

Features #
logger support rotation day or lines.
Usage #
import 'package:rotation_log/rotation_log.dart';

final term = RotationLogTerm.term(RotationLogTermEnum.daily);
final logger = RotationLogger(term);

Future main() async {
WidgetsFlutterBinding.ensureInitialized();

await logger.init();
runZonedGuarded(() async {
runApp(const MyApp());
}, (error, trace) {
logger.exception(error, trace);
});
}
copied to clipboard

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.

Related Products

More From This Creator