You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Readme.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# LogViewer
2
2
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.
4
4
5
5
Currently supported are:
6
6
@@ -61,7 +61,7 @@ The DDuce demo application demonstrates the currently supported message types.
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.
65
65
66
66
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.
0 commit comments