A log service totally inspired by Log4J
Allow send log to any combination of:
-
a file
-
console
-
Windows OutputDebugString
-
iOS or Android console
-
Windows Event log
-
a TStrings object in your application.
-
Your custom log writer
And you can change where your log message are writed without touch the code that send the messages.
The easy, extensible and unified access to all paths you will ever need.
-
Nullable types
-
Helpers to write JSON, handle Enums, Invoke methods using RTTI,…