Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The option includeCallerInfo is not working #84

Open
chenghang6 opened this issue Oct 13, 2024 · 0 comments
Open

The option includeCallerInfo is not working #84

chenghang6 opened this issue Oct 13, 2024 · 0 comments

Comments

@chenghang6
Copy link

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 #83 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant