Last updated:
0 purchases
ff logger
Features #
Print logs in all platforms
Getting started #
It doesn't have prerequisites to use this package.
Usage #
import 'package:ff_logger/ff_logger.dart';
void main() {
const logger = Logger(
nivel: Nivel.info,
printer: Printer(inicio: 'Customizado: {', fim: '}'),
);
logger.error('Este é um erro');
logger.warning('Este é um warning');
logger.info('Esta é uma info');
}
copied to clipboard
Additional information #
Package created for print logs in all platforms
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.