C# Class Hypermedia.Sample.WebApi.Services.ExceptionLogger

Inheritance: System.Web.Http.ExceptionHandling.ExceptionLogger
Afficher le fichier Open project: cosullivan/Hypermedia

Méthodes publiques

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

When overridden in a derived class, logs the exception synchronously.

Method Details

Log() public méthode

When overridden in a derived class, logs the exception synchronously.
public Log ( System.Web.Http.ExceptionHandling.ExceptionLoggerContext context ) : void
context System.Web.Http.ExceptionHandling.ExceptionLoggerContext The exception logger context.
Résultat void