C# Class WebApiSeed.Common.Helpers.LoggingHelper

Trace logging helper
Inheritance: ILoggingHelper
Afficher le fichier Open project: MakingSense/webapi-seed

Méthodes publiques

Méthode Description
TraceError ( Exception exception ) : void

Trace logging error

TraceError ( String module, Exception exception ) : void

Method Details

TraceError() public méthode

Trace logging error
public TraceError ( Exception exception ) : void
exception System.Exception Exception to be logged
Résultat void

TraceError() public méthode

public TraceError ( String module, Exception exception ) : void
module String
exception System.Exception
Résultat void