1. Shafeer Mohamedali
  2. PowerBuilder
  3. Thursday, 23 September 2021 12:33 PM UTC

HI Team,

 

We are in plan to implement execution logging mechanism in PowerBuilder which we working on. As of some parts of the application is implemented the logging the execution to text files by using File functions (FileOpen, FileWrite, etc.). is there any better way to do that in PowerBuilder. Looking forward for your advise on this.

 

Thanks

Shafeer

Martin Lauble Accepted Answer Pending Moderation
  1. Friday, 24 September 2021 04:35 AM UTC
  2. PowerBuilder
  3. # 1

Hi Shafeer,

From time to time we also need a debug function for error analysis in our compiled executable.
For this we use PBdebug from Roland Smith, which can be activated if necessary, displays a console and also writes a log file.

https://www.topwizprogramming.com/freecode_pbdebug.html 

Regards,

Tobi

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Thursday, 23 September 2021 14:21 PM UTC
  2. PowerBuilder
  3. # 2

Hi Shafeer;

  In my STD Framework you can log to a File, DB, O/S Event log or the O/S Debugger log, for example:

The framework is freehttp://chrispollach.blogspot.com/2021/09/2021r4.html

Feel free to use whatever code in your PB Apps!   ;-)

Regards ... Chris

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.