onepub-dev/dcli

Select a logging framework.

Open

#156 opened on Sep 9, 2021

 (4 comments) (0 reactions) (0 assignees)Dart (30 forks)auto 404
help wanted

Repository metrics

Stars
 (266 stars)
PR merge metrics
 (PR metrics pending)

Description

We really need to look at selecting a logging framework which we use and recommend.

It would be nice if there was something similar to java slf4j-api.logger which is able to work with an array of logging provider. This allows the user to choose their logger and dcli would then log via that provider. This may not be possible without using mirrors which I would prefer to avoid.

Alternativley we could extend the existing setVerbose logging.

Contributor guide