Sub LogR(s As String)
Dim joBA As JavaObject
joBA.InitializeStatic("java.lang.System")
Dim joBAF As JavaObject = joBA.GetFieldJO("err")
joBAF.RunMethod("println", Array(s))
End Sub
we can make a log entry in red color (B4J at least)
Is it possible to change the color individually or, at least, in a small range (red,green,orange i.e.)