B4J Question Can we LOG() to the B4J Log screen, from Inline Java code?

B4JExplorer

Active Member
Licensed User
Longtime User
Hi,

Is it possible to generate log strings, from within Inline Java code, that will show up, in the B4J output screen? The same place where ordinary B4J Log( str ) strings display?

Thanks and regards,
 

Daestrum

Expert
Licensed User
Longtime User
Do you mean using
B4X:
System.out.println("some text to show");
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…