|
AppDynamics Xamarin SDK
2020.11.0
Real user monitoring for your Xamarin app.
|
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... | |
|
strong |
|
strong |
|
strong |
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. |
1.8.12