C# Class Yodiwo.API.Plegma.IncidentDescriptor

Descriptor class for Edge Node Incidents (crashes, unexpected restarts, etc)
Afficher le fichier Open project: yodiwo/plegma

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
GetStaskTrace ( ) : string
IncidentDescriptor ( ) : System

incident constructor

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

Method Details

GetStaskTrace() public méthode

public GetStaskTrace ( ) : string
Résultat string

IncidentDescriptor() public méthode

incident constructor
public IncidentDescriptor ( ) : System
Résultat System

ToMarkup() public méthode

public ToMarkup ( Markup type ) : string
type Yodiwo.Markup
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

FileName public_oe property

optional file name of entity producing the incident
public string FileName
Résultat string

FilePath public_oe property

optional file path of entity producing the incident
public string FilePath
Résultat string

LineNumber public_oe property

optional line number of code producing the incident
public int LineNumber
Résultat int

Messages public_oe property

one or more messages describing incident
public List Messages
Résultat List

Method public_oe property

optional name of method/function producing the incident
public string Method
Résultat string

Parameters public_oe property

one or more name-value pairs with extra, custom, information
public List Parameters
Résultat List

Platform public_oe property

optional name of platform running
public string Platform
Résultat string

Sender public_oe property

ID of sender
public string Sender
Résultat string

Severity public_oe property

Severity of incident (follows Unix Syslog levels), eSeverity
public eSeverity Severity
Résultat eSeverity

StackTrace public_oe property

newline-separated (although not enforced) stack trace of incident
public string StackTrace
Résultat string

Tags public_oe property

comma separated Tag cloud
public string Tags
Résultat string

Timestamp public_oe property

timestamp in msec since Unix Epoch. Allowed to be empty
public ulong Timestamp
Résultat ulong

UserAgent public_oe property

optional User Agent string for client side errors
public string UserAgent
Résultat string