floggy
floggy copied to clipboard
The option includeCallerInfo is not working
I want to show file name and line number. Seems it's the option includeCallerInfo. But it's not working for me, I set the option as below:
Loggy.initLoggy(
logOptions: const LogOptions(LogLevel.info, includeCallerInfo: true));
// ......
logInfo(uuid);
No caller info in the log:
flutter: [I] Global Loggy: b60d121d-1b07-4941-9139-c5416b0cf80b
loggy: ^2.0.3
Originally posted by @chenghang6 in https://github.com/infinum/floggy/discussions/83#discussioncomment-10926863