Link to this page
Print this page
Parent topic
:
Programming tools
Programming tools
Logging options
Logging solutions allow to display exchanges between components when a program executes.
Genero provides several options to get debug information, as well as logging features, to ease regression test implementation:
Logging the runtime errors in a file with
STARTLOG()
.
Getting the stack trace with
base.Application.getStackTrace()
Displaying the GUI protocol exchange in stderr with
FGLGUIDEBUG
.
Log front-end protocol exchange with fglrun
--start-guilog
option.
Displaying the SQL statements execution in stderr with
FGLSQLDEBUG
.