-
Notifications
You must be signed in to change notification settings - Fork 8
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
Chrome Console output does not output location correctly #30
Comments
Thanks for the report, I'll check that. |
There was indeed a trouble when linking Ololog as a But that might not fix your issue if you're importing the library using |
Latest version ololog, latest Webpack fresh test project. Simple create-react-app will give the setup. |
While running ololog in React I have noticed that it does not output location file from the point where it is called but shows always as event raised by ololog.js:145.
with location config = false it will show:
with location config = false it will show:
while log was raised in the file
example.js
.Even in your demo it will output something like:
https://xpl.github.io/ololog/
The text was updated successfully, but these errors were encountered: