audit_spy

Last updated:

0 purchases

audit_spy Image
audit_spy Images
Add to Cart

Description:

audit spy

Visionary Software Solutions Audit Spy: Audit Logging on iSpy #
Adds DECORATOR on EventMediator and
MutableEventMediator to write to a log with a timestamp. This should help in debugging issues
with event processing and even reconstructing the event stream.
Features #

Integrates iSpy with logging to write events to audit log

Getting started #

Depends on i_spy^1.0.0 and logging^1.2.0
You should configure the root logging level to info.
It should work in any Dart 3+ runtime environment.

Usage #
Check out the demos in example/audit_spy_example.dart.
Here's a teaser #
final Pinger ping = Pinger();
final Ponger pong = Ponger();
Logger.root.onRecord.listen((record) {
print(record);
caught.add(record);
});
copied to clipboard
Additional information #
This package is Free and Open Source Software by Visionary Software Solutions.
Alternative licensing is available, on a sliding scale case-by-case basis.
(Contact nico at visionary.software)

Repo: https://bitbucket.org/visionary-software/audit_spy
Jira: https://bitbucket.org/visionary-software/audit_spy/jira?site=8558cf93-d5dd-4d50-b3cd-6ce38db332e9&statuses=new&statuses=indeterminate&sort=-updated&page=1
License: GPLv3

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.