LogMX
The universal log analyzer
www.logmx.com

IDE LogMX plug-in development API
v1.0.0 (June 29th, 2015)

This document presents the API required to write an IDE plug-in that will allow LogMX to access source code (from a Java stack trace in the logs, LogMX will be able to preview a source code and open a specific source file in the IDE).

Here are the steps to create an IDE plug-in using the JAR "<LogMXDir>/lib/logmx-goto-source.jar": • Create an implementation of PluginLogger in order to allow the plug-in to log messages using IDE log system • Create an implementation of GotoSourceManager in order to allow the plug-in to get source file excerpts and to open source files in the IDE • Write some code that can read/write a PluginConfig using the IDE persistence/settings mechanism • When the plug-in is activated (i.e.

See: Description

Packages 
Package Description
com.lightyosft.logmx.gotosource  
com.lightyosft.logmx.gotosource.business  
com.lightyosft.logmx.gotosource.network  
com.lightyosft.logmx.gotosource.util  
LogMX
The universal log analyzer
www.logmx.com

Copyright © 2017 LightySoft. All rights reserved. [v1.0.0 (June 29th, 2015)]