-
Notifications
You must be signed in to change notification settings - Fork 86
DevelopingPlugins
Sven Nissel edited this page Apr 8, 2022
·
3 revisions
OtrosLogViewer support a few kind of extenstions.
- Log importers
- Automatic markers
- Log filters
- Message formatters
- [ImplementingMessageColorizer Message colorizer
OtrosLogViewer loads extensions from 2 directories:
- $OLV_HOME/plugins - for all users
- $HOME/.otroslogviewer/plugins - for one user only When you have implemented extension, copy jar to a apropriate folder. Your extension will be automaticlly loaded at application start.
Structure of plugins folder is
$OLV_HOME|$HOME/.otroslogviewer
plugins/
filters/ -> put your log filter jar here
logimporters/ -> put your log importer/parser jar/property definition here
markers/ -> put your log automatic marker jar/property definition here
message/ -> put your MessageFormatters/MessageColorizer jar/property definition here
- 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