AddLogs: B4A / B4J / B4I - Automatic insertion of log statements

RauchG

Active Member
Licensed User
Longtime User
Hello Luca,

Your program perfectly works. A few codes lines, I admittedly must process the expenditure, however, it is worth.

My app's are very big data bases -
20 tables and more in a db3
62 Activitys and more
Multi for all appliances

The apps are programmed individually for big manufacturers in the food-area and are used by over 140 Usern. Always, User recover new ways to serve the data base. It is everything very difficult to intercept. Although the data bases are tested by our Tester long.

With your AddLogs, I produce text files and write those of log purely. They are stored on the appliance and come with a Syncronisation on our servers. With this of log, I have to hide mistakes well finds.

Greeting
RauchG
 

LucaMs

Expert
Licensed User
Longtime User
Just few hours ago, our friend @maxware suggested me to add a feature:
save the log to a db (maybe I prefer to a text file) so that the user can send it to "his developer".

I could also allow to send the logs via email, on demand or at scheduled date/time.

Well, I'm glad that now the tool works.

I'm not sure I got right your first line (I'll never learn English! :mad:)
I admittedly must process the expenditure

Do you have the need to modify the logs?

If this is it, you have seen that my intention is to give the ability to add custom logs.
This is more complicated than it seems (even more remove them).
But I hope to be able to do it. At least, I'll give the ability to modify the texts that currently AddLogs inserts.


Finally, if I had known that you have important clients, I would have doubled the price, but just for you, in your honor :p


Thanks, @RauchG
 
Last edited:

LucaMs

Expert
Licensed User
Longtime User
My app's are very big data bases -
20 tables and more in a db3
62 Activitys and more
Multi for all appliances

If you had a tool to which you:

"Hey, tool, this is my database, these are my tables. Now, you create:
a class for each table that I have selected; (then I can use something like: "Product.Price = 123 * Customer.SympathyLevel" :D);
a form for entering/editing data in a table (object derived from the class);
for this field, use a Spinner (or a AutoCompleteEditText);
also, creates a CustomListView for this table/view;
these two tables are related (you know, stupid tool: see PK and FK!), then create a Master/Details form;
..."
and so on.

and in the end you had much of the code ready?

This is the tool that I have started to develop.
 

RauchG

Active Member
Licensed User
Longtime User
My English is more than bad. My posts are all translated by a Translater.

I admittedly must process the expenditure
Do you have the need to modify the logs?

That's what I meant.
 

RauchG

Active Member
Licensed User
Longtime User
If you had a tool to which you:

"Hey, tool, this is my database, these are my tables. Now, you create:
a class for each table that I have selected; (then I can use something like: "Product.Price = 123 * Customer.SympathyLevel" :D);
a form for entering/editing data in a table (object derived from the class);
for this field, use a Spinner (or a AutoCompleteEditText);
also, creates a CustomListView for this table/view;
these two tables are related (you know, stupid tool: see PK and FK!), then create a Master/Details form;
..."
and so on.

and in the end you had much of the code ready?

This is the tool that I have started to develop.


I use in my db3 also many views
 

LucaMs

Expert
Licensed User
Longtime User
I want to do know that I have received a substantial donation from a member which is not tied to AddLogs (although I hope that the person in question is appreciating it) and from another member I have received three times money as much as I asked for this tool.

I would love to publish their names, but I do not know if I can do this, if I have their permission.

However, very many thanks.
 
Last edited:

Swissmade

Well-Known Member
Licensed User
Longtime User
Nice tool but maybe it is possible to make it easy to find MaBoTech to contact.
 

Swissmade

Well-Known Member
Licensed User
Longtime User
Have send a request Luca
 

LucaMs

Expert
Licensed User
Longtime User
Are you going to get a chance to look at the Windows 10 issues?

Finally I managed to unlock VS 2013 (a few minutes ago).
I'll try to compile AddLogs with it, then I will post this release, hoping that it works with Windows 10.


[@JakeBullet70 reported that the drag & drop - in AddLogs - does not work on Windows 10, while it is normal on WIN 7/8. Very strange]
 

JakeBullet70

Well-Known Member
Licensed User
Longtime User
Just a thought @LucaMs - What about adding things like: total number of lines? Total comments? Total Activities? Classes? You get the idea.
 
Top