-
Notifications
You must be signed in to change notification settings - Fork 203
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
SLF4J logging #28
Comments
@yegor256 got it, tag |
@yegor256 many thanks, 15 mins added to your acc for reporting this bug, pmt ID |
we need at lease these classes:
|
@dmzaytsev it's yours now, please proceed keeping in mind our principles. Feel free to ask any technical questions right here in the ticket The budget here is 30 mins, which is exactly how much time will be paid for, when the task is completed |
@yegor256 could I use @com.jcabi.aspects.Loggable ?
} |
@dmzaytsev no, we can't add any third-party libraries here... we should work directly with SLF4J API |
@yegor256 right ? |
@dmzaytsev exactly |
fixed PMD violations
@yegor256 could you explain please how to make right ticket for puzzle ? |
@dmzaytsev you create what you think you can create in the available time frame and all the rest leave un-implemented and add puzzles there like this: /**
* @todo #28:30min/DEV This feature is not implemented yet, but has to be. Please
* implement it and don't forget about unit test. Bla-bla-bla...
*/
|
fix qulice comments
@dmzaytsev many thanks! |
the code made here contains a puzzle |
@elenavolokhova please, review this task for compliance with our quality rules |
@davvd This ticket looks good! :) |
@elenavolokhova thanks for the review |
@dmzaytsev 10 mins was added to the account of @elenavolokhova (for QA review), in transaction 54709336. I just added 38 mins to your account, many thanks for your contribution.. 54709363 spent here. the bonus for fast delivery (age=3005). added +38 to your rating, now it is equal to +324 |
Let's create a collection of wrappers in
org.takes.facets.slf4j
for our basic interface (Takes
,Take
,Fork
, etc), which will log basic parameters of methods called.We should use them like this:
That should be enough to see everything that's going on with this takes.
The text was updated successfully, but these errors were encountered: