- 2 minutes to read

Custom Logging, FAQ, Troubleshooting, Integration Platforms Custom Logging, platforms, webMethods, IBM Sterling, Apache Camel, MuleSoft, Frends, iCore, TEIS, support Which integration platforms support Custom Logging? Learn about vendor-neutral logging for any platform.

Supported Integration Platforms for Custom Logging

Which integration platforms support Custom Logging?

Any integration platform can use Custom Logging—it's vendor-neutral by design. If your platform can produce JSON and write to intermediate storage (queue, file share, database), you can log to Nodinite.

Proven Customer Deployments

Customers and partners successfully use Custom Logging with:

  • Apache Camel - Java-based routing and mediation engine
  • IBM Sterling - B2B integration and file transfer
  • iCore - Nordic integration platform
  • Frends - iPaaS integration platform
  • Ghostnodes - Custom integration middleware
  • MoveIT - Managed file transfer solution
  • TEIS (TietoEvry) - Enterprise integration platform
  • webMethods (Software AG) - Enterprise service bus and integration
  • Custom .NET/Java/Node.js/Python solutions - Any technology stack

How It Works

Custom Logging uses a vendor-neutral JSON format (JSON Log Event) that any platform can generate:

  1. Your integration code creates a JSON Log Event
  2. Write JSON to intermediate storage (Azure Service Bus queue, file share, database, etc.)
  3. Nodinite Pickup Service asynchronously fetches and ingests the logs

Available Templates

Platform-Agnostic Architecture

Custom Logging prevents vendor lock-in:

  • Appender-based abstraction - Use Log4Net, Serilog, Log4J, or custom JSON generation
  • Multiple destinations - Simultaneously log to Nodinite, Splunk, local files, CloudWatch
  • Swap platforms without rewriting logging - Abstraction layer decouples logging from integration logic

Need help with your platform? Contact Nodinite support or review the Hello World Sample to adapt the pattern to your technology stack.


Related Topics:
JSON Log Event Format
Pickup Service Overview
Asynchronous Logging

See all FAQs: Troubleshooting Overview

Next Step

Back to Custom Logging Overview