- 2 minutes to read

Asynchronous Logging with Nodinite

Enable reliable end-to-end messaging using asynchronous message logging pattern and avoid dependencies and overloading of any of the systems used for your system integration solutions

Some integration platforms and technologies offer built-in tracking or at least have a way to attach a log appender. This makes it very easy to get logged events and data from the application/flow/solutions to Nodinite; Some good examples are:

Agent based

Nodinite fetches events from the integration broker; more or less this is plug and play!

Log Appenders

Nodinite fetches events using an appender added to the trace configuration. Usually combined with the Nodinite Pickup Service.

Solution specific

The Nodinite Pickup Service asynchronously fetches Nodinite JSON Log Events from an intermediate storage.

On our own and with our partners and customers we have enabled Logging to Nodinite using the following other products:

If you need additional information about - Custom Logging, contact our support for further guidance.

Logging with other products

The Nodinite Logging is suitable for solutions built on other technologies, like point-to-point (P2P) using any of the listed technologies:

  • Databases
    • SSIS
  • FTP/SFTP
  • Files
  • Scheduled Tasks with script written with for example powershell
  • Lightweight integration services and direct APIs

No vendor lock-in

Some platforms require you to add custom code to emit events and data.

TIP: Make sure your Logging strategy is not vendor-specific. Your Logging logic should be easy to enable/disable and it should be possible to manage the log destinations without redesigning the solutions already in production.


Next Step