From 7e0c6ad2102b388e5bf30c2ff3e871a156f98761 Mon Sep 17 00:00:00 2001 From: Tim Sinaeve Date: Sun, 7 Mar 2021 19:19:33 +0100 Subject: [PATCH] Update Readme.md --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 647246b..d5ee9cd 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # LogViewer -LogViewer is a general purpose message viewer for log messages with support for multiple sources to receive messages from. The application is a modular design which can easily extended to support multiple message types and transfer protocols. +LogViewer is a general purpose message viewer for log messages with support for multiple sources to receive messages from. The application is a modular design which can easily be extended to support other message types and transfer protocols. Currently supported are: @@ -61,7 +61,7 @@ The DDuce demo application demonstrates the currently supported message types. ![Logger demo](https://github.com/beNative/LogViewer/blob/master/Wiki/DDuce%20Logger24-10-2018%2022-12-44.png) -More examples can be found in my other Delphi projects listed on Github. LogViewer is also able to emmit log messages by itself which can be monitored in another instance. Therefor the source instance needs to have the setting 'Emmit log messages' enabled. The other instance needs to be started in 'debug mode' which also can be configured in the application settings. +More examples can be found in my other Delphi projects listed on Github. LogViewer is also able to emit log messages by itself which can be monitored in another instance. Therefore the source instance needs to have the setting 'Emit log messages' enabled. The other instance needs to be started in 'debug mode' which also can be configured in the application settings. A subset of this API has been ported to FPC/Lazarus. Take a look at my Lazarus projects to see examples how they are used.