Custom payment provider - logging

Posted by Community Admin on 04-Aug-2018 09:52

Custom payment provider - logging

All Replies

Posted by Community Admin on 29-Aug-2014 00:00

I have written a custom payment provider and everything works fine except logging. I have enabled logging for this payment provider and log all messages  by calling the base method LogMessage:

 [code]

protected virtual void LogMessage(string message) 

    base.LogMessage(message, MollieProvider.GATEWAY_ID);

[/code]

I just can't find anything in the logs (in the app_data/sitefinity/logs folder). 

Posted by Community Admin on 03-Sep-2014 00:00

Hello Peter,

The logged messages from custom payment provider should be available in the trace.log file under:

<your project>\App_Data\Sitefinity\Logs\Trace.log

Regards,
Svetoslav Manchev
Telerik

 
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

This thread is closed