C# Class Microsoft.R.Host.Client.RHostLoggingExtensions

Show file Open project: Microsoft/RTVS

Public Methods

Method Description
ConnectedToRHostWebSocket ( this log, string uri, int attempt ) : void
EnterRLoop ( this log, int depth ) : void
ExitRLoop ( this log, int depth ) : void
FailedToConnectToRHost ( this log ) : void
RHostProcessExited ( this log ) : void
RHostProcessStarted ( this log, ProcessStartInfo psi ) : void
Request ( this log, string request, int depth ) : void
Response ( this log, string response, int depth ) : void

Method Details

ConnectedToRHostWebSocket() public static method

public static ConnectedToRHostWebSocket ( this log, string uri, int attempt ) : void
log this
uri string
attempt int
return void

EnterRLoop() public static method

public static EnterRLoop ( this log, int depth ) : void
log this
depth int
return void

ExitRLoop() public static method

public static ExitRLoop ( this log, int depth ) : void
log this
depth int
return void

FailedToConnectToRHost() public static method

public static FailedToConnectToRHost ( this log ) : void
log this
return void

RHostProcessExited() public static method

public static RHostProcessExited ( this log ) : void
log this
return void

RHostProcessStarted() public static method

public static RHostProcessStarted ( this log, ProcessStartInfo psi ) : void
log this
psi System.Diagnostics.ProcessStartInfo
return void

Request() public static method

public static Request ( this log, string request, int depth ) : void
log this
request string
depth int
return void

Response() public static method

public static Response ( this log, string response, int depth ) : void
log this
response string
depth int
return void