Document toolboxDocument toolbox

Java apps

There are several log generation libraries that separate event creation from subsequent consolidation and allow you to send logs directly from a Java application to Devo. Here we describe in detail how to use JDK java.util.logging.

To learn about other publicly-available alternatives, visit the websites of the makers of:

Lower level libraries are also available that make the syslog protocol visible and therefore available for establishing communication channels.

Related articles