- 2 minutes to read

Log API

The Nodinite Log API is built to provide true end-to-end logging spanning all your integration platforms and even your custom solutions. Nodinite Log Agents use the Log API, and so can you. If these out-of-the-box solutions are not enough for your needs then you can always code and send Log Events using REST. You can use the Log API to log data such as events and messages from any node.js, .NET, JAVA (and many more WS* compliant platforms). Your data is eventually stored and archived in encrypted Log Databases.

The Log API is a Web Application hosted within IIS and is installed as part of the Core Services package. Review the Prerequisites for additional information.

Nodinite provides self-service to log data with role-based Log Views.

graph LR subgraph "Log Sink" roLogSink[fal:fa-bolt Integration Flow Application] end subgraph "Web Server" roLogAPI(fal:fa-cloud-download Log API) end subgraph "SQL Server" roSQL1(fal:fa-database Configuration Database) --- roSQL2(fal:fa-database Active Log Database) roLogSink -->|Log Event with payload and context| roLogAPI roLogAPI --> roSQL1 end

The Log API has a help page to get you started quickly.
LogAPI
Help page for the Log API

Swagger support

Creating custom logging solutions is pretty easy since the API documentation is using Swagger.
swagger
Swagger example for a Log Event

Frequently asked questions

Additional solutions to common problems and the FAQ for the Nodinite Log API exist in the Troubleshooting user guide.


Next Step

Log Agents
Logging Service
Log Databases