C# Класс Yodiwo.API.Plegma.IncidentDescriptor

Descriptor class for Edge Node Incidents (crashes, unexpected restarts, etc)
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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