audit_spy 1.0.0 copy "audit_spy: ^1.0.0" to clipboard
audit_spy: ^1.0.0 copied to clipboard

Visionary Software Solutions Audit Spy => Add some Audit Logging to iSpy

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);
});

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)

1
likes
160
points
29
downloads

Publisher

verified publishervisionary.software

Weekly Downloads

Visionary Software Solutions Audit Spy => Add some Audit Logging to iSpy

Repository

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

i_spy, logging

More

Packages that depend on audit_spy