C# Class Atomia.Web.Plugin.PublicOrder.Helpers.ActionTrail.OrderPageLogger

The helper for logging exceptions in the Order Page.
Datei anzeigen Open project: atomia/OrderPage

Public Methods

Method Description
LogAudit ( string actionType, string message, string accountId, string username, string objectId, object>.Dictionary details ) : void

Logs the audit.

LogOrderPageException ( Exception ex ) : void

Logs the order page exception.

LogOrderPageException ( Exception ex, string shortMessage ) : void

Logs the order page exception.

Method Details

LogAudit() public static method

Logs the audit.
public static LogAudit ( string actionType, string message, string accountId, string username, string objectId, object>.Dictionary details ) : void
actionType string Type of the action.
message string The message.
accountId string The account identifier.
username string The username.
objectId string The object identifier.
details object>.Dictionary The details.
return void

LogOrderPageException() public static method

Logs the order page exception.
public static LogOrderPageException ( Exception ex ) : void
ex System.Exception The exception.
return void

LogOrderPageException() public static method

Logs the order page exception.
public static LogOrderPageException ( Exception ex, string shortMessage ) : void
ex System.Exception The exception.
shortMessage string The short message.
return void