scribe 0.2.1
SDKdartflutter
Platformandroidioswindowslinuxmacosweb
Logging backends for logging package.
scribe
A package for writing logs to the console or to a rotating file.
Usage
var server = new LoggingServer([new RotatingLoggingBackend("api.log"")]);
server.getNewTarget().bind(logger);
await server.start();