i
This is not the latest version of this document; to access the latest version, click here.

GeneXus Log

Official Content
This documentation is valid for:

It's possible to trace GeneXus activity by editing the genexus.exe.config located under GeneXus installation directory, and changing the value "OFF" of  this line

<log4net threshold="OFF">

The new values must be: <log4net threshold="ALL">  and for the root tag must be  <level value="ALL" />

The following levels are defined in order of increasing priority:

  • ALL
  • DEBUG
  • INFO
  • WARN
  • ERROR
  • FATAL
  • OFF

You must re-start GeneXus after the file was modified. The file "GXLogging.log" is created under the user floder and %APPDATA%\Artech\Genexus\<GXVersion>\GXLogging.log, for example:

C:\Users\<username>\AppData\Roaming\Artech\GeneXus\10Ev2

Note

Before GeneXus X Evolution 2 U4, the file "GXLogging.log" is created under GeneXus installation directory. As of GeneXus X Evolution 3, the path can be configured, see GeneXus Log

To enable tracing in GeneXus Server please check here.