AppDynamics Xamarin SDK  2020.11.0
Real user monitoring for your Xamarin app.
Classes | Enumerations
AppDynamics.Agent Namespace Reference

Classes

class  AgentConfiguration
 AgentConfiguration represents the application's configuration of the AppDynamics SDK. More...
 
class  AgentUtilities
 Agent utility class
 
class  AppInfo
 
class  CrashReport
 
class  CrashReporter
 
class  HTTPRequestTracker
 HTTP request tracker. More...
 
interface  ICallTracker
 Call tracker. More...
 
class  Instrumentation
 Interact with the AppDynamics Agent running in your application. More...
 
interface  ISessionFrame
 Control an active session frame. Created by Instrumentation.StartSessionFrame(string). More...
 
class  JsonUtilities
 
class  PEReader
 
class  ServerCorrelationHeaders
 Server correlation headers. More...
 

Enumerations

enum  ErrorSeverityLevel { ErrorSeverityLevel.INFO, ErrorSeverityLevel.WARNING, ErrorSeverityLevel.CRITICAL }
 
enum  BreadcrumbVisibility { BreadcrumbVisibility.CrashesOnly, BreadcrumbVisibility.CrashesAndSessions }
 BreadcrumbVisibility controls the visibility of breadcrumbs reported. More...
 
enum  LoggingLevel {
  LoggingLevel.Off, LoggingLevel.Error, LoggingLevel.Warn, LoggingLevel.Info,
  LoggingLevel.Debug, LoggingLevel.Verbose, LoggingLevel.All
}
 Logging level of the agent. More...
 

Enumeration Type Documentation

§ BreadcrumbVisibility

BreadcrumbVisibility controls the visibility of breadcrumbs reported.

Enumerator
CrashesOnly 

The breadcrumb will only appear in crash snapshots.

CrashesAndSessions 

The breadcrumb will appear in crash snapshots and sessions.

This requires slightly more runtime overhead than CrashesOnly

§ ErrorSeverityLevel

Error severity level. Chose one when reporting a custom error.

See also
Instrumentation.ReportError(Exception, ErrorSeverityLevel)
Enumerator
INFO 

Info severity level.

WARNING 

Warning severity level.

CRITICAL 

Critical severity level.

§ LoggingLevel

Logging level of the agent.

Enumerator
Off 

Agent will emit no messages at all.

Error 

Only show errors and initial banner.

This is the default.

Warn 

Warning level messages and above.

Info 

Information level messages and above

May be useful to developer.

Debug 

Debug level messages and above.

Useful for support personnel and developers.

Verbose 

Verbose level messages and above.

Useful for support personnel.

All 

All messages.