-
Notifications
You must be signed in to change notification settings - Fork 63
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
it might cause multithread problem i think.. #8
Comments
Hi @SR1s What's the difference between DebugLog and Log.java? |
Another simpler suggestion is to create local variable or private function that returns the tag and the line number, also because every log line is different of the previous, let's say, at 99% of the times. So why keep them in a static variable if they are changed at every call? I've created a new Log class based on the |
I saw that
className
andmethodName
variates is static,that means when using this class on multithread condition,
it will be incorrect if there is loging too much
The text was updated successfully, but these errors were encountered: