https://www.b4x.com/android/forum/threads/b4a-automatic-insertion-of-log-statements.47464/
It is not free but it costs a few dollars.
It is not free but it costs a few dollars.
Attachments
Last edited:
Hello LucaMs,
I tested it a try. Actually a very good tool.
I have tested it with a app with German text. Unfortunately, all special characters are destroyed. Some new entries require parameters.
Maybe you can make improvements there.
greeting
RauchG
Some new entries require parameters
Unfortunately, all special characters are destroyed
Hello LucaMs,
I tested it a try. Actually a very good tool.
I have tested it with a app with German text. Unfortunately, all special characters are destroyed. Some new entries require parameters.
Maybe you can make improvements there.
greeting
RauchG
this line "modMyUtils.MyLog (TAB &" StringArgs () = "& StringArgs ())"
in debug: error "missing parameter"
this line "modMyUtils.MyLog (TAB &" = "&)",
in debug: error "missing parameter"
That is strange: please, check which routine and what kind of parameters it receives
is in 'DataBase class module
'Version .98 Beta - October 8th, 2012
'Author: Margret
In the Sub:
'Returns the system date as a string
Sub Date () As String
modMyUtils.MyLog ("Exec: db.Date")
modMyUtils.MyLog (TAB & "=" &)
Return DateTime.Date (DateTime.Now)
End Sub