Show / Hide Table of Contents

Namespace Google.Cloud.Diagnostics.AspNet

Classes

CloudTrace

Google Trace for ASP.NET Applications.

ErrorReportingExceptionFilter

Google Cloud Error Reporting System.Web.Mvc.IExceptionFilter.

ErrorReportingExceptionLogger

Google Cloud Error Reporting System.Web.Http.ExceptionHandling.ExceptionLogger.

GoogleExceptionLogger

Google Cloud Error Reporting Logger. Reports exceptions to Stackdriver Error Reporting API.

GoogleWebApiExceptionLogger

Google Cloud Error Reporting Logger for Web API applications. Reports exceptions to Stackdriver Error Reporting API.

TraceDecisionPredicate

Used to determine if an System.Web.HttpRequest should be traced. This will not override a decision by the trace header.

Interfaces

IExceptionLogger

A general purpose exception logger. If used from within Web API controllers is possible that HTTP context information is not logged alongside error information. Please use IWebApiExceptionLogger instead.

IWebApiExceptionLogger

An exception logger for use from withing a Web Api application.

Back to top