-
Notifications
You must be signed in to change notification settings - Fork 87
LogEventMessageDetailFormatterAndColorizer
Sven Nissel edited this page Apr 6, 2022
·
4 revisions
OtrosLogViewer can present any message detail in clear and readable way. To do this, it usese MessageColorizer and MessageFormatters.
MessageFormatter is responsible for formatting text (i.e. SOAP message), adding intends, etc. Best example of formatter is presenting SOAP message in 'pretty print'
Message Colorizer is responsilble for changing fonts and colors of text. It can be use for highlighing stacktrace or SOAP message.
- SOAP
- Stacktrace
- Custom - base on property file //TODO link
- Custom - code based //TODO link to tutorial
- 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