Flogs icon indicating copy to clipboard operation
Flogs copied to clipboard

An Advanced Logging Framework develop in flutter that provides quick & simple logging solution.

Results 41 Flogs issues
Sort by recently updated
recently updated
newest added

I'm unit testing a service that relies on FLog. My service's method contains a logging statement, `FLog.info(text: 'message');` that results in the following error: ``` MissingPluginException(No implementation found for method...

The current flogs.db file is over 600k lines and 250mb. It is not possible to export any logs as it results in app termination for using too much memory. Also...

I got the error when call FLog.getAllLogsByFilter(...) Unhandled Exception: type 'Future' is not a subtype of type 'FutureOr' in type cast #0 FlogDao.getAllSortedByFilter package:f_logs/…/local/flog_dao.dart:85 #1 FLog.getAllLogsByFilter package:f_logs/…/flog/flog.dart:300

Hello On the library description, it says "Logs can easily be exported as zip file base on filter type, the zip file can then be uploaded to server or to...

enhancement

I just want to keep log files for the latest 7 days, all the log beyond that time will be automatically deleted Has it been supported, and how to config...

how to save the log as a simple txt as below in a specific path, example: "c:\fsbackup_log.txt", using flutter desktop windows ![image](https://user-images.githubusercontent.com/12227024/136281740-f6aa30bd-3893-4c9b-9eb0-bfcabf926a64.png) https://camo.githubusercontent.com/d6a9318a26b24fed5a25f87e7ee4577d52815c22f7f69bc64f5c1df24e45febb/68747470733a2f2f692e696d6775722e636f6d2f474c46624c574e2e676966

f_logs has some widget to render the log in the application interface similar to linux tail -f tool I'm developing a server backup tool with desktop flutter, where I copy...

Hi Thanks for this great library, it;s looking good I am thinking about using it. I have a question regarding iOS permissions. When do we need to ask for the...

I use flutter WorkManager to trigger background task. However, Flogs not work anymore. ```dart Future _openDatabase() async { // Get a platform-specific directory where persistent app data can be stored...

Maybe change to below? ```dart _config.logLevelsEnabled.contains(log.logLevel!) ``` ![截圖 2021-08-03 下午8 44 26](https://user-images.githubusercontent.com/11208501/128017504-948d406e-9cd4-4656-a2d9-8f0777e249fa.png)