Wish Clear logs windows

sirjo66

Well-Known Member
Licensed User
Longtime User
Hi Erel :)

"Logs window" (F6) on IDE is very very important for debug and some users ask for a "Clear" command from B4A source.
It is very useful for debug, so I ask this also.
For example, if in B4A I insert
B4X:
Log(Chr(27) & "[2J")
when IDE receive it, before write it in "Logs window", it understand that is a "special log code", don't write anything in logs window and execute a "Clear" click.

Another thing very important is "Clear logs before every run" option.
See here for more information about it:
https://alvinalexander.com/android/android-studio-how-clear-logcat-output-every-run

Do you think that may be insert this features in next release ??

Many thanks
Sergio
 

sirjo66

Well-Known Member
Licensed User
Longtime User
because <ESC>[2J makes me young again

Do you remember it ??

Così mi sento giovane di nuovo :)

.... or a LogClear command
 

MarkusR

Well-Known Member
Licensed User
Longtime User
Last edited:
Top