C# Class Rock.Rest.RockApiExceptionLogger

Logs all unhandled API Exceptions to the database
Inheritance: System.Web.Http.ExceptionHandling.ExceptionLogger
Datei anzeigen Open project: NewSpring/Rock

Public Methods

Method Description
Log ( System.Web.Http.ExceptionHandling.ExceptionLoggerContext context ) : void

Method Details

Log() public method

public Log ( System.Web.Http.ExceptionHandling.ExceptionLoggerContext context ) : void
context System.Web.Http.ExceptionHandling.ExceptionLoggerContext The exception logger context.
return void