C# 클래스 Yodiwo.API.Plegma.IncidentDescriptor

Descriptor class for Edge Node Incidents (crashes, unexpected restarts, etc)
파일 보기 프로젝트 열기: yodiwo/plegma

공개 프로퍼티들

프로퍼티 타입 설명
FileName string
FilePath string
LineNumber int
Messages List
Method string
Parameters List
Platform string
Sender string
Severity eSeverity
StackTrace string
Tags string
Timestamp ulong
UserAgent string

공개 메소드들

메소드 설명
GetStaskTrace ( ) : string
IncidentDescriptor ( ) : System

incident constructor

ToMarkup ( Markup type ) : string
ToString ( ) : string

메소드 상세

GetStaskTrace() 공개 메소드

public GetStaskTrace ( ) : string
리턴 string

IncidentDescriptor() 공개 메소드

incident constructor
public IncidentDescriptor ( ) : System
리턴 System

ToMarkup() 공개 메소드

public ToMarkup ( Markup type ) : string
type Yodiwo.Markup
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

FileName 공개적으로 프로퍼티

optional file name of entity producing the incident
public string FileName
리턴 string

FilePath 공개적으로 프로퍼티

optional file path of entity producing the incident
public string FilePath
리턴 string

LineNumber 공개적으로 프로퍼티

optional line number of code producing the incident
public int LineNumber
리턴 int

Messages 공개적으로 프로퍼티

one or more messages describing incident
public List Messages
리턴 List

Method 공개적으로 프로퍼티

optional name of method/function producing the incident
public string Method
리턴 string

Parameters 공개적으로 프로퍼티

one or more name-value pairs with extra, custom, information
public List Parameters
리턴 List

Platform 공개적으로 프로퍼티

optional name of platform running
public string Platform
리턴 string

Sender 공개적으로 프로퍼티

ID of sender
public string Sender
리턴 string

Severity 공개적으로 프로퍼티

Severity of incident (follows Unix Syslog levels), eSeverity
public eSeverity Severity
리턴 eSeverity

StackTrace 공개적으로 프로퍼티

newline-separated (although not enforced) stack trace of incident
public string StackTrace
리턴 string

Tags 공개적으로 프로퍼티

comma separated Tag cloud
public string Tags
리턴 string

Timestamp 공개적으로 프로퍼티

timestamp in msec since Unix Epoch. Allowed to be empty
public ulong Timestamp
리턴 ulong

UserAgent 공개적으로 프로퍼티

optional User Agent string for client side errors
public string UserAgent
리턴 string