Forums / Setup & design / how to read output from ezDebug?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

how to read output from ezDebug?

Author Message

Alessandro Cipriani

Wednesday 21 July 2004 4:02:38 am

hi all
i'm trying to learn how ezsmtptransport works, and i saw that it outputs some debug information as follows:

eZDebug::writeError( "No class available for mail transport type '$transportType', cannot send mail",
                                     'eZMailTransport::send' );

where can i find this output?
should i set something in my ini files?

best regards
alessandro

Paul Forsyth

Wednesday 21 July 2004 4:28:19 am

From your eZ root directory look in var/log. There you will find all the logs kept. From your post the file would be error.log

paul

--
http://www.visionwt.com

Paul Forsyth

Wednesday 21 July 2004 4:59:54 am

I should add that you need to have debug on in the site.ini:

[DebugSettings]
DebugOutput=enabled

paul