C# 클래스 Atomia.Web.Plugin.PublicOrder.Helpers.ActionTrail.OrderPageLogger

The helper for logging exceptions in the Order Page.
파일 보기 프로젝트 열기: atomia/OrderPage

공개 메소드들

메소드 설명
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