Skip to main content

Diagnostics

Assembly: ServiceStack.Text.dll
View Source
Declaration
public class Diagnostics

Properties

IncludeStackTrace

View Source
Declaration
public static bool IncludeStackTrace { get; set; }

ServiceStack

View Source
Declaration
public static DiagnosticListener ServiceStack { get; }

Client

View Source
Declaration
public static DiagnosticListener Client { get; }

OrmLite

View Source
Declaration
public static DiagnosticListener OrmLite { get; }

Redis

View Source
Declaration
public static DiagnosticListener Redis { get; }

Methods

CreateStackTrace(Exception)

View Source
Declaration
public static string CreateStackTrace(Exception e)
Returns

System.String

Parameters
TypeName
System.Exceptione