Android Question How show Log message in my library

Roberto P.

Well-Known Member
Licensed User
Longtime User
I'm making My owner B4A library with Eclipse. How do I show a message with the B4A LOG ("") function?

Thank you
 

Johan Schoeman

Expert
Licensed User
Longtime User
I'm making My owner B4A library with Eclipse. How do I show a message with the B4A LOG ("") function?

Thank you
BA.Log("the values is = " + yourvalue);
 
Upvote 0
Top