Custom apps
There are many publicly-available tools and utilities that can be used to send logged events from a custom application to the Devo relay or cloud. Here we present some Devo SDKs and talk about how to use some of the public tools depending on the programming environment.
Java apps
There are several third-party log generation libraries for Java that create separate logging environments and can enable the sending of events securely to a Devo endpoint. These include Apache log4j, Oracle's java.util.logging package, Logback, and Simple Logging Facade for Java (SLF4J).Â
We provide guidance for using the java.util.logging package.
Python apps
Learn about the Devo Python SDK.
node.js apps
Learn about the Devo node.js SDK.
Other programming environments
We use some of the publicly-available tools to provide sample code in C, C#, F#, Java, Lua, and Python for sending data to a Devo endpoint.Â