We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
whenever a table is used as an argument and a loop is done over it, add a log.trace() for the current object in the loop. if it has a name, then use that for the log message, like https://github.com/foundpatterns/lighttouch-base/blob/3df4388e79f98e2ed364329179d41d910edc77e7/loaders/classes.lua#L1-L2
similar to #167
The text was updated successfully, but these errors were encountered:
also related to https://github.com/foundpatterns/log.lua/issues/1 https://stackoverflow.com/questions/30499774/tracing-methods-execution-time "code weaving"
Sorry, something went wrong.
move to jazzdotdev/jazz-libs#2 with #212
No branches or pull requests
whenever a table is used as an argument and a loop is done over it, add a log.trace() for the current object in the loop. if it has a name, then use that for the log message, like
https://github.com/foundpatterns/lighttouch-base/blob/3df4388e79f98e2ed364329179d41d910edc77e7/loaders/classes.lua#L1-L2
similar to #167
The text was updated successfully, but these errors were encountered: