C# Class EdjCase.JsonRpc.Router.Utilities.LoggerExtensions

Afficher le fichier Open project: edjCase/JsonRpc

Méthodes publiques

Méthode Description
LogException ( this logger, Exception ex, string message = null ) : void

Method Details

LogException() public static méthode

public static LogException ( this logger, Exception ex, string message = null ) : void
logger this
ex System.Exception
message string
Résultat void