From 2850f4bfa2556a1038db4e873d344d94ee66d11b Mon Sep 17 00:00:00 2001 From: Alvin Almonte <34565384+AlvinAlmonte20@users.noreply.github.com> Date: Sat, 18 Jan 2025 09:40:48 -0400 Subject: [PATCH] Update README.md Added MultiLog4D in Loggin section --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 46262ce..347bc50 100644 --- a/README.md +++ b/README.md @@ -910,6 +910,9 @@ Feel free to suggest other missing nice projects either by comments or pull requ ## Logging +* [MultiLog4D](https://github.com/adrianosantostreina/MultiLog4D). `[Delphi]` MultiLog4D is a library designed to facilitate and speed up the sending of logs to Android, iOS, Windows, macOS and Linux. With just one line of code, it is possible to send a message that will be seen and monitored on the corresponding platform, such as adb logcat on Android or +syslog on Linux, for example.. + * [Log4d](https://github.com/landrix/Log4d-for-Delphi). `[Delphi]` `[FPC]` Implementation of logging system for Delphi, based on Log4j. * [TraceTool](http://tracetool.sourceforge.net/). `[Delphi]` C#, C++, Delphi, ActiveX and Java trace framework and a trace viewer.