Realtime logviewer (for Java based programs)

Discussion in 'General Discussion' started by Maurice, Jan 15, 2017.

  1. Maurice

    Maurice Active Member

    Joined:
    Oct 13, 2015
    Messages:
    394
    Likes Received:
    87
    For those that use Java on their UDOO, I've created a small program that can monitor logfiles produced by the standard Java logging package, either a file, or as a socket server. If you are on a Neo or have a network connection this works quite nice, define a SocketHandler in your logging configuration to connect to the logviewer and you are ready to go.

    As a bonus, if you want to open the log server and have forgotten to plug in your Neo the dialog will automatically add it when the Neo is online.

    It can be used for other languages too, as the program uses a simple XML format, which is usable for any (Object Oriented) language.

    As the standard XMLLogger of Oracle (still) doesn' t handle nested exceptions I also have created a logger that does.

    If there is interest I could share this program with you, but bear in mind that it is without warranty and support. Currently I have only run it on a Ubuntu system, but it should work on any system having Java 8 and JavaFX.


    [​IMG]

    [​IMG]
     
    waltervl likes this.

Share This Page