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

ファイルを表示 Open project: edjCase/JsonRpc

Public Methods

Method Description
LogException ( this logger, Exception ex, string message = null ) : void

Method Details

LogException() public static method

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