C# Class Rock.Rest.RockApiExceptionLogger

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

Méthodes publiques

Méthode Description
Log ( System.Web.Http.ExceptionHandling.ExceptionLoggerContext context ) : void

Method Details

Log() public méthode

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