exilon / QuickLogger

Powerful and flexible library for logging on files, console, memory, email, rest, eventlog, syslog, slack, telegram, redis, logstash, elasticsearch, influxdb, graylog, Sentry, Twilio, ide debug messages and throw events for Delphi/Firemonkey/freepascal/.NET (Windows/Linux/OSX/IOS/Android).
Apache License 2.0
376 stars 85 forks source link

Get log info #116

Open shineworld opened 5 days ago

shineworld commented 5 days ago

This is not an issue but a question.

I'm trying the logger and my events are logged and saved automatically to a file. OK ! I'm need to access to logger data to create graphical report.

It's possible to access to logger data (directly on logger) instead to open log file ?

exilon commented 3 days ago

Logger only write/send logs to providers. If you want to show logs in your app directly, you could use Event Provider to redir it to a TMemo o something similar, additionaly to log file.