Arbortext Publishing Engine Programmer's Guide (Guide de programmeur d'Arbortext Publishing Engine) > The Arbortext Publishing Engine Sub-Process > Writing Application Arbortext PEs in VBScript > Troubleshooting VBScript Application Arbortext PEs > Logging
  
Logging
Your application can obtain a Logger object and write to the servlet log by calling the getApplicationLogger method of the E3ApplicationConfig interface. The logger level will be set as indicated by the parameters com.arbortext.e3.applicationLog.vbscript.functionname (functionname is the VBScript function that implements the application), com.arbortext.e3.applicationLog.vbscript, or com.arbortext.e3.applicationLog in e3config.xml. Refer to Parameters that Control Application Logging in Global Arbortext PE Request Manager Parameters for more information.