Skip to content

Commit 7e0c6ad

Browse files
authoredMar 7, 2021
Update Readme.md
1 parent 1a73400 commit 7e0c6ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LogViewer
22

3-
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.
3+
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.
44

55
Currently supported are:
66

@@ -61,7 +61,7 @@ The DDuce demo application demonstrates the currently supported message types.
6161

6262
![Logger demo](https://github.com/beNative/LogViewer/blob/master/Wiki/DDuce%20Logger24-10-2018%2022-12-44.png)
6363

64-
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.
64+
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.
6565

6666
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.
6767

0 commit comments

Comments
 (0)
Please sign in to comment.