floggy icon indicating copy to clipboard operation
floggy copied to clipboard

The option includeCallerInfo is not working

Open chenghang6 opened this issue 4 months ago • 0 comments

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

chenghang6 avatar Oct 13 '24 07:10 chenghang6