14.0.2 • Published 2 days ago

@mojaloop/event-sdk v14.0.2

Weekly downloads
300
License
Apache-2.0
Repository
github
Last release
2 days ago

event-sdk

EXPERIMENTAL Event SDK for Clients & Server implementations

Git Commit Git Releases Npm Version NPM Vulnerabilities CircleCI

Mojaloop Event SDK provides a simple API to log different kind of messages ( trace, log, error, audit ) and publish them to a central logging infrastructure.

The API is defined by the EventLogger interface and the EventMessage type. This library provides a default implementation DefaultEventLogger which sends all the messages to a logging sidecar.

The logging behaviour can be modified as defined in the interfaces EventPreProcessor and EventPostProcessor which allow to use an EventLogger that processes EventMessages before sending them and its response, respectively.

Installation

npm install @mojaloop/event-sdk

Usage

Import library:

import { DefaultEventLogger } from "../DefaultEventLogger"`

Create a Logger:

const logger = new DefaultEventLogger()`

Send an EventMessage

let result = await logger.log(event);
14.0.2

27 days ago

14.0.1

2 months ago

12.0.0

9 months ago

12.0.1

9 months ago

12.0.2

8 months ago

14.0.0-snapshot.0

6 months ago

13.0.0-snapshot.1

8 months ago

14.0.0

6 months ago

13.0.0

8 months ago

12.0.0-snapshot.0

9 months ago

11.0.2

2 years ago

11.0.0

2 years ago

11.0.1

2 years ago

10.7.2

2 years ago

10.7.1

3 years ago

10.7.0

3 years ago

10.6.0

4 years ago

10.4.0

4 years ago

9.5.2

4 years ago

9.5.1

4 years ago

9.5.0

4 years ago

9.4.1

4 years ago

9.4.0

4 years ago

9.3.0-snapshot

4 years ago

9.3.0

4 years ago

9.2.0

4 years ago

8.8.1-snapshot.3

4 years ago

8.8.1-snapshot.2

4 years ago

8.8.1-snapshot.1

4 years ago

8.8.0

4 years ago

8.8.0-snapshot.1

4 years ago

8.8.0-snapshot

4 years ago

8.7.0

4 years ago

8.6.2

4 years ago

8.6.1

4 years ago

8.3.1

4 years ago

8.6.0

4 years ago

8.3.0

5 years ago

8.1.0

5 years ago

7.4.6-snapshot

5 years ago

7.4.5-snapshot

5 years ago

7.4.4-snapshot

5 years ago

7.4.2-snapshot

5 years ago

7.4.1-snapshot

5 years ago

7.4.0

5 years ago

7.2.1

5 years ago

7.2.0

5 years ago

7.2.0-snapshot

5 years ago

7.1.0-snapshot

5 years ago

6.4.8-snapshot

5 years ago

6.4.7-snapshot

5 years ago

6.4.6-snapshot

5 years ago

6.4.5-snapshot

5 years ago

6.4.3-snapshot

5 years ago

6.4.2-snapshot

5 years ago

6.4.1-snapshot

5 years ago

6.4.0-snapshot

5 years ago

1.0.4-snapshot

5 years ago

1.0.3

5 years ago

0.0.1

5 years ago