- 0 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 Nodinite Log API is a Web Application hosted within IIS, and is installed as part of the Nodinite Core Services package. Review the Prerequisites for additional information.

Nodinite provides self-service to access log data (Log Events) using 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.
Log API Help Page
Here's an example of the Help page for the Nodinite Log API.

Swagger support

Creating custom logging solutions is pretty easy since the API documentation is using Swagger.
Swagger Feature
Here's a Swagger example for a Nodinite Log Event.

Frequently asked questions

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


Next Step

Log Agents
Logging Service
Log Databases