-
Notifications
You must be signed in to change notification settings - Fork 86
DevelopingOnOtrosLogViewer
To help the OtrosLogViewer project, you are very welcome to develop with us together. You can help by testing, bugfixing, creating new features or writing documentation.
If you have more question's you can write a eMail to the developer Sven Nissel (otros@nissel.it)
First you must create a fork of the project:
See also: Fork a repo
Than you can create a branch from master and work on it.
Download the community edition of Intellij.
Import the code style
Change save action for automatic format changes. Or alternatively you format code on commit.
You must run the main class pl.otros.logview.gui.LogViewMainFrame
.
You can also use an other home directory for developing, by setting env variable -Duser.home=c:/myDirectory
gradle test
With gradle assembleDist
olv-VERSION.zip will be created in olv-dist/buiLd/distributions
Create on github a pull request to the master branch. Please enable you email notifications on this pull request if a developer ask something.
At the moment I don't know the best way. The wiki can be cloned locally and if you change the markdown files you can send Sven Nissel (otros@nissel.it) a patch. Is there a better way?
- Introduction
- Installation
- Opening logs
- Log parsers
- Searching for events
- Marking events
- Notes
- Filters
- Log events message detail formatters and colorizers
- Jump to code - Integration with IDE
- Saving and loading log investigation
- HotKeys
- Batch processing
- DevelopingPlugins
- Developing on OtrosLogViewer
- Experimental features
- Limitations
- Video
- Used by
- DonateAndDonors