Java Question java System.out.println

giga

Well-Known Member
Licensed User
Longtime User
I am looking for opinions. I have libraries in java that use system.out.println. for output what is the best way to show these in B4x?

Currently I redirect system to out and write to a file then use textreader in b4x to read the lines.

Is there a better way?:)

Thanks in advance.

SORRY, this is posted in the wrong area. Should be under library developer but i am unable to move
 
Last edited:

giga

Well-Known Member
Licensed User
Longtime User
You will see this output in the unfiltered logs (assuming that you are using USB debug mode).

If you are writing these libraries yourself then you should use BA.Log instead.


Thanks for the reply, I will research this option.

P.S I started this thread under "general questions" if it should be under "library developer questions" please move it.
 
Top