Click or drag to resize

AbstractLoggerWithRequest Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates an AbstractLogger with an associated Request ID and RequestStringDelegate

Namespace:  Telogis.GeoBase.Diagnostics
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public virtual ILogger WithRequest(
	string requestId,
	RequestStringDelegate req
)

Parameters

requestId
Type: SystemString
The Request ID.
req
Type: Telogis.GeoBase.DiagnosticsRequestStringDelegate
The RequestStringDelegate, which is used if the full request body is required.

Return Value

Type: ILogger
A logger with Request information.

Implements

ILoggerWithRequest(String, RequestStringDelegate)
See Also