Quick tips to make Example log some messages in console #189
Unanswered
crm-ops
asked this question in
Show and tell
Replies: 1 comment 3 replies
-
Why should I add thread.sleep(10000) in Main? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On top of all readme instructions add the following :
Example.log4j.xml > replace DEBUG by TRACE
In Example.Main() > add Thread.sleep(100000);
If the Auth mechanism is working ok you'll see all message history in the console
Thanks to @cavallium for this awesome implementation of tdlib ! really powerful :)
Beta Was this translation helpful? Give feedback.
All reactions