C# Класс Atomia.Web.Plugin.PublicOrder.Helpers.ActionTrail.OrderPageLogger

The helper for logging exceptions in the Order Page.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

LogAudit() публичный статический Метод

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.
Результат void

LogOrderPageException() публичный статический Метод

Logs the order page exception.
public static LogOrderPageException ( Exception ex ) : void
ex System.Exception The exception.
Результат void

LogOrderPageException() публичный статический Метод

Logs the order page exception.
public static LogOrderPageException ( Exception ex, string shortMessage ) : void
ex System.Exception The exception.
shortMessage string The short message.
Результат void